#fcf331
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 243, 49
HSL
57°, 97%, 59%
CMYK
0, 4, 81, 1
Luminance
0.8502
Every format
| HEX | #fcf331 |
| RGB | rgb(252, 243, 49) |
| HSL | hsl(57, 97%, 59%) |
| CMYK | cmyk(0%, 4%, 81%, 1%) |
| LAB | lab(93.9 -16.3 85.1) |
| LCH | lch(93.9 86.6 100.8) |
| OKLCH | oklch(0.942 0.191 106.7) |
Copy-ready code
/* CSS */
color: #fcf331;
background-color: #fcf331;
/* Tailwind (arbitrary) */
class="text-[#fcf331] bg-[#fcf331]"
/* SCSS */
$brand: #fcf331;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#fcf331")Accessibility — WCAG contrast
Aa
#fcf331 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf331 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow80.6%
Key (black)1.2%
Color previews
#fcf331 text on a black background
contrast 18.00:1
Card sample
#fcf331 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf331;
Background color
Panel with #fcf331 background
background-color: #fcf331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf331; background: linear-gradient(135deg, #fcf331, #7EFC31);