#fcc91f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 201, 31
HSL
46°, 97%, 56%
CMYK
0, 20, 88, 1
Luminance
0.6257
Every format
| HEX | #fcc91f |
| RGB | rgb(252, 201, 31) |
| HSL | hsl(46, 97%, 56%) |
| CMYK | cmyk(0%, 20%, 88%, 1%) |
| LAB | lab(83.2 4.3 80.4) |
| LCH | lch(83.2 80.5 86.9) |
| OKLCH | oklch(0.857 0.170 89.4) |
Copy-ready code
/* CSS */
color: #fcc91f;
background-color: #fcc91f;
/* Tailwind (arbitrary) */
class="text-[#fcc91f] bg-[#fcc91f]"
/* SCSS */
$brand: #fcc91f;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 0.122)
/* Android */
Color.parseColor("#fcc91f")Accessibility — WCAG contrast
Aa
#fcc91f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc91f on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow87.7%
Key (black)1.2%
Color previews
#fcc91f text on a black background
contrast 13.51:1
Card sample
#fcc91f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc91f;
Background color
Panel with #fcc91f background
background-color: #fcc91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc91f; background: linear-gradient(135deg, #fcc91f, #9CFC1F);