#ebaa99
a light, vivid red · warm · closest name: pink
RGB
235, 170, 153
HSL
12°, 67%, 76%
CMYK
0, 28, 35, 8
Luminance
0.4871
Every format
| HEX | #ebaa99 |
| RGB | rgb(235, 170, 153) |
| HSL | hsl(12, 67%, 76%) |
| CMYK | cmyk(0%, 28%, 35%, 8%) |
| LAB | lab(75.3 21.7 18.2) |
| LCH | lch(75.3 28.3 40.0) |
| OKLCH | oklch(0.795 0.081 35.2) |
Copy-ready code
/* CSS */
color: #ebaa99;
background-color: #ebaa99;
/* Tailwind (arbitrary) */
class="text-[#ebaa99] bg-[#ebaa99]"
/* SCSS */
$brand: #ebaa99;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#ebaa99")Accessibility — WCAG contrast
Aa
#ebaa99 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa99 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow34.9%
Key (black)7.8%
Color previews
#ebaa99 text on a black background
contrast 10.74:1
Card sample
#ebaa99 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa99;
Background color
Panel with #ebaa99 background
background-color: #ebaa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa99; background: linear-gradient(135deg, #ebaa99, #EBE199);