#eadebe
a light, vivid yellow · warm · closest name: beige
RGB
234, 222, 190
HSL
44°, 51%, 83%
CMYK
0, 5, 19, 8
Luminance
0.7345
Every format
| HEX | #eadebe |
| RGB | rgb(234, 222, 190) |
| HSL | hsl(44, 51%, 83%) |
| CMYK | cmyk(0%, 5%, 19%, 8%) |
| LAB | lab(88.7 -1.0 17.2) |
| LCH | lch(88.7 17.2 93.4) |
| OKLCH | oklch(0.902 0.044 89.9) |
Copy-ready code
/* CSS */
color: #eadebe;
background-color: #eadebe;
/* Tailwind (arbitrary) */
class="text-[#eadebe] bg-[#eadebe]"
/* SCSS */
$brand: #eadebe;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.745)
/* Android */
Color.parseColor("#eadebe")Accessibility — WCAG contrast
Aa
#eadebe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadebe on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow18.8%
Key (black)8.2%
Color previews
#eadebe text on a black background
contrast 15.69:1
Card sample
#eadebe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadebe;
Background color
Panel with #eadebe background
background-color: #eadebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadebe; background: linear-gradient(135deg, #eadebe, #D9EABE);