#eedabf
a light, vivid orange · warm · closest name: beige
RGB
238, 218, 191
HSL
35°, 58%, 84%
CMYK
0, 8, 20, 7
Luminance
0.7208
Every format
| HEX | #eedabf |
| RGB | rgb(238, 218, 191) |
| HSL | hsl(35, 58%, 84%) |
| CMYK | cmyk(0%, 8%, 20%, 7%) |
| LAB | lab(88.0 2.6 15.8) |
| LCH | lch(88.0 16.0 80.5) |
| OKLCH | oklch(0.898 0.042 75.4) |
Copy-ready code
/* CSS */
color: #eedabf;
background-color: #eedabf;
/* Tailwind (arbitrary) */
class="text-[#eedabf] bg-[#eedabf]"
/* SCSS */
$brand: #eedabf;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#eedabf")Accessibility — WCAG contrast
Aa
#eedabf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedabf on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow19.7%
Key (black)6.7%
Color previews
#eedabf text on a black background
contrast 15.42:1
Card sample
#eedabf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedabf;
Background color
Panel with #eedabf background
background-color: #eedabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedabf; background: linear-gradient(135deg, #eedabf, #E3EEBF);