#fdf8ba
a pale, electric yellow · cool · closest name: khaki
RGB
253, 248, 186
HSL
56°, 94%, 86%
CMYK
0, 2, 27, 1
Luminance
0.9156
Every format
| HEX | #fdf8ba |
| RGB | rgb(253, 248, 186) |
| HSL | hsl(56, 94%, 86%) |
| CMYK | cmyk(0%, 2%, 27%, 1%) |
| LAB | lab(96.6 -7.7 30.5) |
| LCH | lch(96.6 31.4 104.2) |
| OKLCH | oklch(0.968 0.079 103.9) |
Copy-ready code
/* CSS */
color: #fdf8ba;
background-color: #fdf8ba;
/* Tailwind (arbitrary) */
class="text-[#fdf8ba] bg-[#fdf8ba]"
/* SCSS */
$brand: #fdf8ba;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#fdf8ba")Accessibility — WCAG contrast
Aa
#fdf8ba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf8ba on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fdf8ba text on a black background
contrast 19.31:1
Card sample
#fdf8ba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf8ba;
Background color
Panel with #fdf8ba background
background-color: #fdf8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf8ba; background: linear-gradient(135deg, #fdf8ba, #D5FDBA);