#fcf91f
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 249, 31
HSL
59°, 97%, 56%
CMYK
0, 1, 88, 1
Luminance
0.8855
Every format
| HEX | #fcf91f |
| RGB | rgb(252, 249, 31) |
| HSL | hsl(59, 97%, 56%) |
| CMYK | cmyk(0%, 1%, 88%, 1%) |
| LAB | lab(95.4 -19.6 90.0) |
| LCH | lch(95.4 92.1 102.3) |
| OKLCH | oklch(0.954 0.202 108.8) |
Copy-ready code
/* CSS */
color: #fcf91f;
background-color: #fcf91f;
/* Tailwind (arbitrary) */
class="text-[#fcf91f] bg-[#fcf91f]"
/* SCSS */
$brand: #fcf91f;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.122)
/* Android */
Color.parseColor("#fcf91f")Accessibility — WCAG contrast
Aa
#fcf91f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf91f on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow87.7%
Key (black)1.2%
Color previews
#fcf91f text on a black background
contrast 18.71:1
Card sample
#fcf91f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf91f;
Background color
Panel with #fcf91f background
background-color: #fcf91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf91f; background: linear-gradient(135deg, #fcf91f, #6CFC1F);