#fdf38e
a light, electric yellow · cool · closest name: khaki
RGB
253, 243, 142
HSL
55°, 97%, 78%
CMYK
0, 4, 44, 1
Luminance
0.8694
Every format
| HEX | #fdf38e |
| RGB | rgb(253, 243, 142) |
| HSL | hsl(55, 97%, 78%) |
| CMYK | cmyk(0%, 4%, 44%, 1%) |
| LAB | lab(94.7 -10.2 49.7) |
| LCH | lch(94.7 50.8 101.6) |
| OKLCH | oklch(0.951 0.123 103.5) |
Copy-ready code
/* CSS */
color: #fdf38e;
background-color: #fdf38e;
/* Tailwind (arbitrary) */
class="text-[#fdf38e] bg-[#fdf38e]"
/* SCSS */
$brand: #fdf38e;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.557)
/* Android */
Color.parseColor("#fdf38e")Accessibility — WCAG contrast
Aa
#fdf38e on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf38e on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow43.9%
Key (black)0.8%
Color previews
#fdf38e text on a black background
contrast 18.39:1
Card sample
#fdf38e text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf38e;
Background color
Panel with #fdf38e background
background-color: #fdf38e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf38e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf38e; background: linear-gradient(135deg, #fdf38e, #BDFD8E);