#fdee7f
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 127
HSL
53°, 97%, 75%
CMYK
0, 6, 50, 1
Luminance
0.8356
Every format
| HEX | #fdee7f |
| RGB | rgb(253, 238, 127) |
| HSL | hsl(53, 97%, 75%) |
| CMYK | cmyk(0%, 6%, 50%, 1%) |
| LAB | lab(93.3 -9.1 55.0) |
| LCH | lch(93.3 55.8 99.4) |
| OKLCH | oklch(0.939 0.133 101.7) |
Copy-ready code
/* CSS */
color: #fdee7f;
background-color: #fdee7f;
/* Tailwind (arbitrary) */
class="text-[#fdee7f] bg-[#fdee7f]"
/* SCSS */
$brand: #fdee7f;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.498)
/* Android */
Color.parseColor("#fdee7f")Accessibility — WCAG contrast
Aa
#fdee7f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee7f on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow49.8%
Key (black)0.8%
Color previews
#fdee7f text on a black background
contrast 17.71:1
Card sample
#fdee7f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee7f;
Background color
Panel with #fdee7f background
background-color: #fdee7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee7f; background: linear-gradient(135deg, #fdee7f, #B8FD7F);