#eedbbc
a light, vivid orange · warm · closest name: beige
RGB
238, 219, 188
HSL
37°, 60%, 84%
CMYK
0, 8, 21, 7
Luminance
0.7247
Every format
| HEX | #eedbbc |
| RGB | rgb(238, 219, 188) |
| HSL | hsl(37, 60%, 84%) |
| CMYK | cmyk(0%, 8%, 21%, 7%) |
| LAB | lab(88.2 1.7 17.6) |
| LCH | lch(88.2 17.7 84.5) |
| OKLCH | oklch(0.899 0.046 80.1) |
Copy-ready code
/* CSS */
color: #eedbbc;
background-color: #eedbbc;
/* Tailwind (arbitrary) */
class="text-[#eedbbc] bg-[#eedbbc]"
/* SCSS */
$brand: #eedbbc;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.737)
/* Android */
Color.parseColor("#eedbbc")Accessibility — WCAG contrast
Aa
#eedbbc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbbc on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow21.0%
Key (black)6.7%
Color previews
#eedbbc text on a black background
contrast 15.49:1
Card sample
#eedbbc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbbc;
Background color
Panel with #eedbbc background
background-color: #eedbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbbc; background: linear-gradient(135deg, #eedbbc, #E0EEBC);