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