#eed6be
a light, vivid orange · warm · closest name: beige
RGB
238, 214, 190
HSL
30°, 59%, 84%
CMYK
0, 10, 20, 7
Luminance
0.6999
Every format
| HEX | #eed6be |
| RGB | rgb(238, 214, 190) |
| HSL | hsl(30, 59%, 84%) |
| CMYK | cmyk(0%, 10%, 20%, 7%) |
| LAB | lab(87.0 4.6 14.9) |
| LCH | lch(87.0 15.6 72.9) |
| OKLCH | oklch(0.890 0.042 67.2) |
Copy-ready code
/* CSS */
color: #eed6be;
background-color: #eed6be;
/* Tailwind (arbitrary) */
class="text-[#eed6be] bg-[#eed6be]"
/* SCSS */
$brand: #eed6be;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.745)
/* Android */
Color.parseColor("#eed6be")Accessibility — WCAG contrast
Aa
#eed6be on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed6be on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow20.2%
Key (black)6.7%
Color previews
#eed6be text on a black background
contrast 15.00:1
Card sample
#eed6be text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed6be;
Background color
Panel with #eed6be background
background-color: #eed6be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed6be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed6be; background: linear-gradient(135deg, #eed6be, #E6EEBE);