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