#eddbba
a light, vivid orange · warm · closest name: beige
RGB
237, 219, 186
HSL
39°, 59%, 83%
CMYK
0, 8, 22, 7
Luminance
0.7221
Every format
| HEX | #eddbba |
| RGB | rgb(237, 219, 186) |
| HSL | hsl(39, 59%, 83%) |
| CMYK | cmyk(0%, 8%, 22%, 7%) |
| LAB | lab(88.1 1.1 18.5) |
| LCH | lch(88.1 18.5 86.7) |
| OKLCH | oklch(0.898 0.048 82.7) |
Copy-ready code
/* CSS */
color: #eddbba;
background-color: #eddbba;
/* Tailwind (arbitrary) */
class="text-[#eddbba] bg-[#eddbba]"
/* SCSS */
$brand: #eddbba;
/* SwiftUI */
Color(red: 0.929, green: 0.859, blue: 0.729)
/* Android */
Color.parseColor("#eddbba")Accessibility — WCAG contrast
Aa
#eddbba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddbba on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green85.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow21.5%
Key (black)7.1%
Color previews
#eddbba text on a black background
contrast 15.44:1
Card sample
#eddbba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddbba;
Background color
Panel with #eddbba background
background-color: #eddbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 219, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 219, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddbba; background: linear-gradient(135deg, #eddbba, #DDEDBA);