#fcf652
a light, electric yellow · cool · closest name: yellow
RGB
252, 246, 82
HSL
58°, 97%, 66%
CMYK
0, 2, 68, 1
Luminance
0.8722
Every format
| HEX | #fcf652 |
| RGB | rgb(252, 246, 82) |
| HSL | hsl(58, 97%, 66%) |
| CMYK | cmyk(0%, 2%, 68%, 1%) |
| LAB | lab(94.8 -16.4 75.8) |
| LCH | lch(94.8 77.5 102.3) |
| OKLCH | oklch(0.950 0.177 107.3) |
Copy-ready code
/* CSS */
color: #fcf652;
background-color: #fcf652;
/* Tailwind (arbitrary) */
class="text-[#fcf652] bg-[#fcf652]"
/* SCSS */
$brand: #fcf652;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.322)
/* Android */
Color.parseColor("#fcf652")Accessibility — WCAG contrast
Aa
#fcf652 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf652 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow67.5%
Key (black)1.2%
Color previews
#fcf652 text on a black background
contrast 18.44:1
Card sample
#fcf652 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf652;
Background color
Panel with #fcf652 background
background-color: #fcf652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf652; background: linear-gradient(135deg, #fcf652, #91FC52);