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