#ebac9c
a light, vivid red · warm · closest name: pink
RGB
235, 172, 156
HSL
12°, 66%, 77%
CMYK
0, 27, 34, 8
Luminance
0.4957
Every format
| HEX | #ebac9c |
| RGB | rgb(235, 172, 156) |
| HSL | hsl(12, 66%, 77%) |
| CMYK | cmyk(0%, 27%, 34%, 8%) |
| LAB | lab(75.8 21.0 17.3) |
| LCH | lch(75.8 27.2 39.5) |
| OKLCH | oklch(0.799 0.078 34.7) |
Copy-ready code
/* CSS */
color: #ebac9c;
background-color: #ebac9c;
/* Tailwind (arbitrary) */
class="text-[#ebac9c] bg-[#ebac9c]"
/* SCSS */
$brand: #ebac9c;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.612)
/* Android */
Color.parseColor("#ebac9c")Accessibility — WCAG contrast
Aa
#ebac9c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac9c on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow33.6%
Key (black)7.8%
Color previews
#ebac9c text on a black background
contrast 10.91:1
Card sample
#ebac9c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac9c;
Background color
Panel with #ebac9c background
background-color: #ebac9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac9c; background: linear-gradient(135deg, #ebac9c, #EBE19C);