#eebfa2
a light, vivid orange · warm · closest name: tan
RGB
238, 191, 162
HSL
23°, 69%, 78%
CMYK
0, 20, 32, 7
Luminance
0.5805
Every format
| HEX | #eebfa2 |
| RGB | rgb(238, 191, 162) |
| HSL | hsl(23, 69%, 78%) |
| CMYK | cmyk(0%, 20%, 32%, 7%) |
| LAB | lab(80.8 12.8 21.0) |
| LCH | lch(80.8 24.6 58.7) |
| OKLCH | oklch(0.839 0.067 53.2) |
Copy-ready code
/* CSS */
color: #eebfa2;
background-color: #eebfa2;
/* Tailwind (arbitrary) */
class="text-[#eebfa2] bg-[#eebfa2]"
/* SCSS */
$brand: #eebfa2;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.635)
/* Android */
Color.parseColor("#eebfa2")Accessibility — WCAG contrast
Aa
#eebfa2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfa2 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow31.9%
Key (black)6.7%
Color previews
#eebfa2 text on a black background
contrast 12.61:1
Card sample
#eebfa2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfa2;
Background color
Panel with #eebfa2 background
background-color: #eebfa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfa2; background: linear-gradient(135deg, #eebfa2, #EAEEA2);