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