#fcee39
a balanced, electric yellow · cool · closest name: gold
RGB
252, 238, 57
HSL
56°, 97%, 61%
CMYK
0, 6, 77, 1
Luminance
0.8214
Every format
| HEX | #fcee39 |
| RGB | rgb(252, 238, 57) |
| HSL | hsl(56, 97%, 61%) |
| CMYK | cmyk(0%, 6%, 77%, 1%) |
| LAB | lab(92.6 -13.6 81.8) |
| LCH | lch(92.6 83.0 99.4) |
| OKLCH | oklch(0.932 0.184 104.8) |
Copy-ready code
/* CSS */
color: #fcee39;
background-color: #fcee39;
/* Tailwind (arbitrary) */
class="text-[#fcee39] bg-[#fcee39]"
/* SCSS */
$brand: #fcee39;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#fcee39")Accessibility — WCAG contrast
Aa
#fcee39 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcee39 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow77.4%
Key (black)1.2%
Color previews
#fcee39 text on a black background
contrast 17.43:1
Card sample
#fcee39 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcee39;
Background color
Panel with #fcee39 background
background-color: #fcee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcee39; background: linear-gradient(135deg, #fcee39, #88FC39);