#ebad9f
a light, vivid red · warm · closest name: pink
RGB
235, 173, 159
HSL
11°, 66%, 77%
CMYK
0, 26, 32, 8
Luminance
0.5005
Every format
| HEX | #ebad9f |
| RGB | rgb(235, 173, 159) |
| HSL | hsl(11, 66%, 77%) |
| CMYK | cmyk(0%, 26%, 32%, 8%) |
| LAB | lab(76.1 20.8 16.1) |
| LCH | lch(76.1 26.3 37.7) |
| OKLCH | oklch(0.802 0.076 33.1) |
Copy-ready code
/* CSS */
color: #ebad9f;
background-color: #ebad9f;
/* Tailwind (arbitrary) */
class="text-[#ebad9f] bg-[#ebad9f]"
/* SCSS */
$brand: #ebad9f;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.624)
/* Android */
Color.parseColor("#ebad9f")Accessibility — WCAG contrast
Aa
#ebad9f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad9f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow32.3%
Key (black)7.8%
Color previews
#ebad9f text on a black background
contrast 11.01:1
Card sample
#ebad9f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad9f;
Background color
Panel with #ebad9f background
background-color: #ebad9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad9f; background: linear-gradient(135deg, #ebad9f, #EBE09F);