#fcee13
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 238, 19
HSL
56°, 98%, 53%
CMYK
0, 6, 93, 1
Luminance
0.8189
Every format
| HEX | #fcee13 |
| RGB | rgb(252, 238, 19) |
| HSL | hsl(56, 98%, 53%) |
| CMYK | cmyk(0%, 6%, 93%, 1%) |
| LAB | lab(92.5 -14.5 89.4) |
| LCH | lch(92.5 90.6 99.2) |
| OKLCH | oklch(0.931 0.195 105.2) |
Copy-ready code
/* CSS */
color: #fcee13;
background-color: #fcee13;
/* Tailwind (arbitrary) */
class="text-[#fcee13] bg-[#fcee13]"
/* SCSS */
$brand: #fcee13;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#fcee13")Accessibility — WCAG contrast
Aa
#fcee13 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcee13 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow92.5%
Key (black)1.2%
Color previews
#fcee13 text on a black background
contrast 17.38:1
Card sample
#fcee13 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcee13;
Background color
Panel with #fcee13 background
background-color: #fcee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcee13; background: linear-gradient(135deg, #fcee13, #6FFC13);