#fcf74f
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 247, 79
HSL
58°, 97%, 65%
CMYK
0, 2, 69, 1
Luminance
0.8778
Every format
| HEX | #fcf74f |
| RGB | rgb(252, 247, 79) |
| HSL | hsl(58, 97%, 65%) |
| CMYK | cmyk(0%, 2%, 69%, 1%) |
| LAB | lab(95.1 -17.1 77.1) |
| LCH | lch(95.1 78.9 102.5) |
| OKLCH | oklch(0.952 0.180 107.7) |
Copy-ready code
/* CSS */
color: #fcf74f;
background-color: #fcf74f;
/* Tailwind (arbitrary) */
class="text-[#fcf74f] bg-[#fcf74f]"
/* SCSS */
$brand: #fcf74f;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#fcf74f")Accessibility — WCAG contrast
Aa
#fcf74f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf74f on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow68.7%
Key (black)1.2%
Color previews
#fcf74f text on a black background
contrast 18.56:1
Card sample
#fcf74f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf74f;
Background color
Panel with #fcf74f background
background-color: #fcf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf74f; background: linear-gradient(135deg, #fcf74f, #8EFC4F);