#fcf708
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 247, 8
HSL
59°, 98%, 51%
CMYK
0, 2, 97, 1
Luminance
0.8723
Every format
| HEX | #fcf708 |
| RGB | rgb(252, 247, 8) |
| HSL | hsl(59, 98%, 51%) |
| CMYK | cmyk(0%, 2%, 97%, 1%) |
| LAB | lab(94.8 -18.9 92.1) |
| LCH | lch(94.8 94.0 101.6) |
| OKLCH | oklch(0.949 0.204 108.2) |
Copy-ready code
/* CSS */
color: #fcf708;
background-color: #fcf708;
/* Tailwind (arbitrary) */
class="text-[#fcf708] bg-[#fcf708]"
/* SCSS */
$brand: #fcf708;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.031)
/* Android */
Color.parseColor("#fcf708")Accessibility — WCAG contrast
Aa
#fcf708 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf708 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow96.8%
Key (black)1.2%
Color previews
#fcf708 text on a black background
contrast 18.45:1
Card sample
#fcf708 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf708;
Background color
Panel with #fcf708 background
background-color: #fcf708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf708; background: linear-gradient(135deg, #fcf708, #5EFC08);