#fdfeaf
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 175
HSL
61°, 98%, 84%
CMYK
0, 0, 31, 0
Luminance
0.9486
Every format
| HEX | #fdfeaf |
| RGB | rgb(253, 254, 175) |
| HSL | hsl(61, 98%, 84%) |
| CMYK | cmyk(0%, 0%, 31%, 0%) |
| LAB | lab(98.0 -12.1 37.8) |
| LCH | lch(98.0 39.6 107.7) |
| OKLCH | oklch(0.978 0.099 108.7) |
Copy-ready code
/* CSS */
color: #fdfeaf;
background-color: #fdfeaf;
/* Tailwind (arbitrary) */
class="text-[#fdfeaf] bg-[#fdfeaf]"
/* SCSS */
$brand: #fdfeaf;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#fdfeaf")Accessibility — WCAG contrast
Aa
#fdfeaf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfeaf on black: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue68.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#fdfeaf text on a black background
contrast 19.97:1
Card sample
#fdfeaf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfeaf;
Background color
Panel with #fdfeaf background
background-color: #fdfeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfeaf; background: linear-gradient(135deg, #fdfeaf, #C8FEAF);