#fcf62f
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 246, 47
HSL
58°, 97%, 59%
CMYK
0, 2, 81, 1
Luminance
0.8681
Every format
| HEX | #fcf62f |
| RGB | rgb(252, 246, 47) |
| HSL | hsl(58, 97%, 59%) |
| CMYK | cmyk(0%, 2%, 81%, 1%) |
| LAB | lab(94.7 -17.8 86.2) |
| LCH | lch(94.7 88.0 101.7) |
| OKLCH | oklch(0.948 0.195 107.7) |
Copy-ready code
/* CSS */
color: #fcf62f;
background-color: #fcf62f;
/* Tailwind (arbitrary) */
class="text-[#fcf62f] bg-[#fcf62f]"
/* SCSS */
$brand: #fcf62f;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#fcf62f")Accessibility — WCAG contrast
Aa
#fcf62f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf62f on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow81.3%
Key (black)1.2%
Color previews
#fcf62f text on a black background
contrast 18.36:1
Card sample
#fcf62f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf62f;
Background color
Panel with #fcf62f background
background-color: #fcf62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf62f; background: linear-gradient(135deg, #fcf62f, #79FC2F);