#FFF59D
Material yellow 200
#FFF59D is a yellow colour. In RGB it is 255 red, 245 green and 157 blue, which converts to a hue of 54 degrees, 100% saturation and 81% lightness. It is Material yellow 200 in that design system's palette.
Color values
| HEX | #FFF59D |
|---|---|
| RGB | rgb(255, 245, 157) |
| HSL | hsl(54, 100%, 81%) |
| HSV | hsv(54, 38%, 100%) |
| CMYK | cmyk(0%, 4%, 38%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.12:1, and against black it is 18.8:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.12:1 | Fail | Fail |
| Black | 18.8:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF59D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF59D; |
|---|---|
| CSS rgb() | color: rgb(255 245 157); |
| Tailwind | bg-[#fff59d] |
| SwiftUI | Color(red: 1.000, green: 0.961, blue: 0.616) |
| Android | Color.parseColor("#FFF59D") |
Closest named color
The nearest CSS colour keyword to #FFF59D is palegoldenrod (#EEE8AA).