#fcf613
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 246, 19
HSL
59°, 98%, 53%
CMYK
0, 2, 93, 1
Luminance
0.8665
Every format
| HEX | #fcf613 |
| RGB | rgb(252, 246, 19) |
| HSL | hsl(59, 98%, 53%) |
| CMYK | cmyk(0%, 2%, 93%, 1%) |
| LAB | lab(94.6 -18.3 91.0) |
| LCH | lch(94.6 92.8 101.4) |
| OKLCH | oklch(0.947 0.202 107.9) |
Copy-ready code
/* CSS */
color: #fcf613;
background-color: #fcf613;
/* Tailwind (arbitrary) */
class="text-[#fcf613] bg-[#fcf613]"
/* SCSS */
$brand: #fcf613;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.075)
/* Android */
Color.parseColor("#fcf613")Accessibility — WCAG contrast
Aa
#fcf613 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf613 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow92.5%
Key (black)1.2%
Color previews
#fcf613 text on a black background
contrast 18.33:1
Card sample
#fcf613 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf613;
Background color
Panel with #fcf613 background
background-color: #fcf613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf613; background: linear-gradient(135deg, #fcf613, #66FC13);