#fcf039
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 240, 57
HSL
56°, 97%, 61%
CMYK
0, 5, 77, 1
Luminance
0.8331
Every format
| HEX | #fcf039 |
| RGB | rgb(252, 240, 57) |
| HSL | hsl(56, 97%, 61%) |
| CMYK | cmyk(0%, 5%, 77%, 1%) |
| LAB | lab(93.2 -14.6 82.3) |
| LCH | lch(93.2 83.6 100.1) |
| OKLCH | oklch(0.936 0.185 105.5) |
Copy-ready code
/* CSS */
color: #fcf039;
background-color: #fcf039;
/* Tailwind (arbitrary) */
class="text-[#fcf039] bg-[#fcf039]"
/* SCSS */
$brand: #fcf039;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.224)
/* Android */
Color.parseColor("#fcf039")Accessibility — WCAG contrast
Aa
#fcf039 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf039 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow77.4%
Key (black)1.2%
Color previews
#fcf039 text on a black background
contrast 17.66:1
Card sample
#fcf039 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf039;
Background color
Panel with #fcf039 background
background-color: #fcf039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf039; background: linear-gradient(135deg, #fcf039, #86FC39);