#fffc9f
a light, electric yellow · cool · closest name: khaki
RGB
255, 252, 159
HSL
58°, 100%, 81%
CMYK
0, 1, 38, 0
Luminance
0.9338
Every format
| HEX | #fffc9f |
| RGB | rgb(255, 252, 159) |
| HSL | hsl(58, 100%, 81%) |
| CMYK | cmyk(0%, 1%, 38%, 0%) |
| LAB | lab(97.4 -12.1 44.9) |
| LCH | lch(97.4 46.5 105.1) |
| OKLCH | oklch(0.973 0.115 106.8) |
Copy-ready code
/* CSS */
color: #fffc9f;
background-color: #fffc9f;
/* Tailwind (arbitrary) */
class="text-[#fffc9f] bg-[#fffc9f]"
/* SCSS */
$brand: #fffc9f;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.624)
/* Android */
Color.parseColor("#fffc9f")Accessibility — WCAG contrast
Aa
#fffc9f on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc9f on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow37.6%
Key (black)0.0%
Color previews
#fffc9f text on a black background
contrast 19.68:1
Card sample
#fffc9f text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc9f;
Background color
Panel with #fffc9f background
background-color: #fffc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc9f; background: linear-gradient(135deg, #fffc9f, #C2FF9F);