#FFEB3B
Material yellow 500
#FFEB3B is a yellow colour. In RGB it is 255 red, 235 green and 59 blue, which converts to a hue of 54 degrees, 100% saturation and 62% lightness. It is Material yellow 500 in that design system's palette.
Color values
| HEX | #FFEB3B |
|---|---|
| RGB | rgb(255, 235, 59) |
| HSL | hsl(54, 100%, 62%) |
| HSV | hsv(54, 77%, 100%) |
| CMYK | cmyk(0%, 8%, 77%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.22:1, and against black it is 17.2: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.22:1 | Fail | Fail |
| Black | 17.2:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFEB3B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFEB3B; |
|---|---|
| CSS rgb() | color: rgb(255 235 59); |
| Tailwind | bg-[#ffeb3b] |
| SwiftUI | Color(red: 1.000, green: 0.922, blue: 0.231) |
| Android | Color.parseColor("#FFEB3B") |
Closest named color
The nearest CSS colour keyword to #FFEB3B is gold (#FFD700).