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