#fdf3ba
a pale, electric yellow · cool · closest name: beige
RGB
253, 243, 186
HSL
51°, 94%, 86%
CMYK
0, 4, 27, 1
Luminance
0.8853
Every format
| HEX | #fdf3ba |
| RGB | rgb(253, 243, 186) |
| HSL | hsl(51, 94%, 86%) |
| CMYK | cmyk(0%, 4%, 27%, 1%) |
| LAB | lab(95.4 -5.2 28.8) |
| LCH | lch(95.4 29.2 100.3) |
| OKLCH | oklch(0.958 0.074 99.3) |
Copy-ready code
/* CSS */
color: #fdf3ba;
background-color: #fdf3ba;
/* Tailwind (arbitrary) */
class="text-[#fdf3ba] bg-[#fdf3ba]"
/* SCSS */
$brand: #fdf3ba;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#fdf3ba")Accessibility — WCAG contrast
Aa
#fdf3ba on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3ba on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fdf3ba text on a black background
contrast 18.71:1
Card sample
#fdf3ba text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3ba;
Background color
Panel with #fdf3ba background
background-color: #fdf3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3ba; background: linear-gradient(135deg, #fdf3ba, #DAFDBA);