#eebfac
a light, vivid orange · warm · closest name: tan
RGB
238, 191, 172
HSL
17°, 66%, 80%
CMYK
0, 20, 28, 7
Luminance
0.5842
Every format
| HEX | #eebfac |
| RGB | rgb(238, 191, 172) |
| HSL | hsl(17, 66%, 80%) |
| CMYK | cmyk(0%, 20%, 28%, 7%) |
| LAB | lab(81.0 14.1 16.0) |
| LCH | lch(81.0 21.3 48.6) |
| OKLCH | oklch(0.841 0.060 43.1) |
Copy-ready code
/* CSS */
color: #eebfac;
background-color: #eebfac;
/* Tailwind (arbitrary) */
class="text-[#eebfac] bg-[#eebfac]"
/* SCSS */
$brand: #eebfac;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#eebfac")Accessibility — WCAG contrast
Aa
#eebfac on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfac on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow27.7%
Key (black)6.7%
Color previews
#eebfac text on a black background
contrast 12.68:1
Card sample
#eebfac text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfac;
Background color
Panel with #eebfac background
background-color: #eebfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfac; background: linear-gradient(135deg, #eebfac, #EEEBAC);