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