#eebcaf
a light, vivid red · warm · closest name: pink
RGB
238, 188, 175
HSL
12°, 65%, 81%
CMYK
0, 21, 27, 7
Luminance
0.5724
Every format
| HEX | #eebcaf |
| RGB | rgb(238, 188, 175) |
| HSL | hsl(12, 65%, 81%) |
| CMYK | cmyk(0%, 21%, 27%, 7%) |
| LAB | lab(80.3 16.1 13.4) |
| LCH | lch(80.3 21.0 39.9) |
| OKLCH | oklch(0.836 0.061 35.0) |
Copy-ready code
/* CSS */
color: #eebcaf;
background-color: #eebcaf;
/* Tailwind (arbitrary) */
class="text-[#eebcaf] bg-[#eebcaf]"
/* SCSS */
$brand: #eebcaf;
/* SwiftUI */
Color(red: 0.933, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#eebcaf")Accessibility — WCAG contrast
Aa
#eebcaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebcaf on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow26.5%
Key (black)6.7%
Color previews
#eebcaf text on a black background
contrast 12.45:1
Card sample
#eebcaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebcaf;
Background color
Panel with #eebcaf background
background-color: #eebcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebcaf; background: linear-gradient(135deg, #eebcaf, #EEE6AF);