#eadbbf
a light, vivid orange · warm · closest name: beige
RGB
234, 219, 191
HSL
39°, 51%, 83%
CMYK
0, 6, 18, 8
Luminance
0.7192
Every format
| HEX | #eadbbf |
| RGB | rgb(234, 219, 191) |
| HSL | hsl(39, 51%, 83%) |
| CMYK | cmyk(0%, 6%, 18%, 8%) |
| LAB | lab(87.9 0.7 15.6) |
| LCH | lch(87.9 15.7 87.5) |
| OKLCH | oklch(0.896 0.041 83.1) |
Copy-ready code
/* CSS */
color: #eadbbf;
background-color: #eadbbf;
/* Tailwind (arbitrary) */
class="text-[#eadbbf] bg-[#eadbbf]"
/* SCSS */
$brand: #eadbbf;
/* SwiftUI */
Color(red: 0.918, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#eadbbf")Accessibility — WCAG contrast
Aa
#eadbbf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadbbf on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow18.4%
Key (black)8.2%
Color previews
#eadbbf text on a black background
contrast 15.38:1
Card sample
#eadbbf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadbbf;
Background color
Panel with #eadbbf background
background-color: #eadbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadbbf; background: linear-gradient(135deg, #eadbbf, #DCEABF);