#eedbc7
a pale, vivid orange · warm · closest name: beige
RGB
238, 219, 199
HSL
31°, 53%, 86%
CMYK
0, 8, 16, 7
Luminance
0.7296
Every format
| HEX | #eedbc7 |
| RGB | rgb(238, 219, 199) |
| HSL | hsl(31, 53%, 86%) |
| CMYK | cmyk(0%, 8%, 16%, 7%) |
| LAB | lab(88.4 3.3 12.2) |
| LCH | lch(88.4 12.7 74.7) |
| OKLCH | oklch(0.902 0.034 68.8) |
Copy-ready code
/* CSS */
color: #eedbc7;
background-color: #eedbc7;
/* Tailwind (arbitrary) */
class="text-[#eedbc7] bg-[#eedbc7]"
/* SCSS */
$brand: #eedbc7;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.780)
/* Android */
Color.parseColor("#eedbc7")Accessibility — WCAG contrast
Aa
#eedbc7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbc7 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow16.4%
Key (black)6.7%
Color previews
#eedbc7 text on a black background
contrast 15.59:1
Card sample
#eedbc7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbc7;
Background color
Panel with #eedbc7 background
background-color: #eedbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbc7; background: linear-gradient(135deg, #eedbc7, #E7EEC7);