#FFF176
Material yellow 300
#FFF176 is a yellow colour. In RGB it is 255 red, 241 green and 118 blue, which converts to a hue of 54 degrees, 100% saturation and 73% lightness. It is Material yellow 300 in that design system's palette.
Color values
| HEX | #FFF176 |
|---|---|
| RGB | rgb(255, 241, 118) |
| HSL | hsl(54, 100%, 73%) |
| HSV | hsv(54, 54%, 100%) |
| CMYK | cmyk(0%, 5%, 54%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.16:1, and against black it is 18.1: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.16:1 | Fail | Fail |
| Black | 18.1:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF176 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF176; |
|---|---|
| CSS rgb() | color: rgb(255 241 118); |
| Tailwind | bg-[#fff176] |
| SwiftUI | Color(red: 1.000, green: 0.945, blue: 0.463) |
| Android | Color.parseColor("#FFF176") |
Closest named color
The nearest CSS colour keyword to #FFF176 is khaki (#F0E68C).