#fcf430
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 244, 48
HSL
58°, 97%, 59%
CMYK
0, 3, 81, 1
Luminance
0.8561
Every format
| HEX | #fcf430 |
| RGB | rgb(252, 244, 48) |
| HSL | hsl(58, 97%, 59%) |
| CMYK | cmyk(0%, 3%, 81%, 1%) |
| LAB | lab(94.2 -16.8 85.5) |
| LCH | lch(94.2 87.2 101.1) |
| OKLCH | oklch(0.944 0.193 107.0) |
Copy-ready code
/* CSS */
color: #fcf430;
background-color: #fcf430;
/* Tailwind (arbitrary) */
class="text-[#fcf430] bg-[#fcf430]"
/* SCSS */
$brand: #fcf430;
/* SwiftUI */
Color(red: 0.988, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#fcf430")Accessibility — WCAG contrast
Aa
#fcf430 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf430 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow81.0%
Key (black)1.2%
Color previews
#fcf430 text on a black background
contrast 18.12:1
Card sample
#fcf430 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf430;
Background color
Panel with #fcf430 background
background-color: #fcf430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf430; background: linear-gradient(135deg, #fcf430, #7CFC30);