#fdffbf
a pale, electric yellow · cool · closest name: khaki
RGB
253, 255, 191
HSL
62°, 100%, 88%
CMYK
1, 0, 25, 0
Luminance
0.9616
Every format
| HEX | #fdffbf |
| RGB | rgb(253, 255, 191) |
| HSL | hsl(62, 100%, 88%) |
| CMYK | cmyk(1%, 0%, 25%, 0%) |
| LAB | lab(98.5 -10.5 30.5) |
| LCH | lch(98.5 32.2 109.1) |
| OKLCH | oklch(0.983 0.081 109.3) |
Copy-ready code
/* CSS */
color: #fdffbf;
background-color: #fdffbf;
/* Tailwind (arbitrary) */
class="text-[#fdffbf] bg-[#fdffbf]"
/* SCSS */
$brand: #fdffbf;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#fdffbf")Accessibility — WCAG contrast
Aa
#fdffbf on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffbf on black: 20.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue74.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#fdffbf text on a black background
contrast 20.23:1
Card sample
#fdffbf text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffbf;
Background color
Panel with #fdffbf background
background-color: #fdffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffbf; background: linear-gradient(135deg, #fdffbf, #D2FFBF);