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