#eba196
a light, vivid red · warm · closest name: pink
RGB
235, 161, 150
HSL
8°, 68%, 76%
CMYK
0, 32, 36, 8
Luminance
0.4535
Every format
| HEX | #eba196 |
| RGB | rgb(235, 161, 150) |
| HSL | hsl(8, 68%, 76%) |
| CMYK | cmyk(0%, 32%, 36%, 8%) |
| LAB | lab(73.1 26.1 16.9) |
| LCH | lch(73.1 31.1 32.9) |
| OKLCH | oklch(0.778 0.090 28.6) |
Copy-ready code
/* CSS */
color: #eba196;
background-color: #eba196;
/* Tailwind (arbitrary) */
class="text-[#eba196] bg-[#eba196]"
/* SCSS */
$brand: #eba196;
/* SwiftUI */
Color(red: 0.922, green: 0.631, blue: 0.588)
/* Android */
Color.parseColor("#eba196")Accessibility — WCAG contrast
Aa
#eba196 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba196 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.1%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow36.2%
Key (black)7.8%
Color previews
#eba196 text on a black background
contrast 10.07:1
Card sample
#eba196 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba196;
Background color
Panel with #eba196 background
background-color: #eba196;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba196;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 161, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 161, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba196; background: linear-gradient(135deg, #eba196, #EBDA96);