#fefdaa
a light, electric yellow · cool · closest name: khaki
RGB
254, 253, 170
HSL
59°, 98%, 83%
CMYK
0, 0, 33, 0
Luminance
0.9422
Every format
| HEX | #fefdaa |
| RGB | rgb(254, 253, 170) |
| HSL | hsl(59, 98%, 83%) |
| CMYK | cmyk(0%, 0%, 33%, 0%) |
| LAB | lab(97.7 -11.8 39.9) |
| LCH | lch(97.7 41.6 106.4) |
| OKLCH | oklch(0.976 0.103 107.6) |
Copy-ready code
/* CSS */
color: #fefdaa;
background-color: #fefdaa;
/* Tailwind (arbitrary) */
class="text-[#fefdaa] bg-[#fefdaa]"
/* SCSS */
$brand: #fefdaa;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.667)
/* Android */
Color.parseColor("#fefdaa")Accessibility — WCAG contrast
Aa
#fefdaa on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefdaa on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow33.1%
Key (black)0.4%
Color previews
#fefdaa text on a black background
contrast 19.84:1
Card sample
#fefdaa text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefdaa;
Background color
Panel with #fefdaa background
background-color: #fefdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefdaa; background: linear-gradient(135deg, #fefdaa, #C7FEAA);