#fdf68e
a light, electric yellow · cool · closest name: khaki
RGB
253, 246, 142
HSL
56°, 97%, 78%
CMYK
0, 3, 44, 1
Luminance
0.8875
Every format
| HEX | #fdf68e |
| RGB | rgb(253, 246, 142) |
| HSL | hsl(56, 97%, 78%) |
| CMYK | cmyk(0%, 3%, 44%, 1%) |
| LAB | lab(95.5 -11.7 50.7) |
| LCH | lch(95.5 52.0 103.0) |
| OKLCH | oklch(0.957 0.126 105.2) |
Copy-ready code
/* CSS */
color: #fdf68e;
background-color: #fdf68e;
/* Tailwind (arbitrary) */
class="text-[#fdf68e] bg-[#fdf68e]"
/* SCSS */
$brand: #fdf68e;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.557)
/* Android */
Color.parseColor("#fdf68e")Accessibility — WCAG contrast
Aa
#fdf68e on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf68e on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow43.9%
Key (black)0.8%
Color previews
#fdf68e text on a black background
contrast 18.75:1
Card sample
#fdf68e text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf68e;
Background color
Panel with #fdf68e background
background-color: #fdf68e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf68e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf68e; background: linear-gradient(135deg, #fdf68e, #BAFD8E);