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