#fcf97f
a light, electric yellow · cool · closest name: khaki
RGB
252, 249, 127
HSL
59°, 95%, 74%
CMYK
0, 1, 50, 1
Luminance
0.8998
Every format
| HEX | #fcf97f |
| RGB | rgb(252, 249, 127) |
| HSL | hsl(59, 95%, 74%) |
| CMYK | cmyk(0%, 1%, 50%, 1%) |
| LAB | lab(96.0 -14.9 58.3) |
| LCH | lch(96.0 60.1 104.3) |
| OKLCH | oklch(0.960 0.144 107.6) |
Copy-ready code
/* CSS */
color: #fcf97f;
background-color: #fcf97f;
/* Tailwind (arbitrary) */
class="text-[#fcf97f] bg-[#fcf97f]"
/* SCSS */
$brand: #fcf97f;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.498)
/* Android */
Color.parseColor("#fcf97f")Accessibility — WCAG contrast
Aa
#fcf97f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf97f on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow49.6%
Key (black)1.2%
Color previews
#fcf97f text on a black background
contrast 19.00:1
Card sample
#fcf97f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf97f;
Background color
Panel with #fcf97f background
background-color: #fcf97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf97f; background: linear-gradient(135deg, #fcf97f, #ACFC7F);