#eba291
a light, vivid red · warm · closest name: pink
RGB
235, 162, 145
HSL
11°, 69%, 75%
CMYK
0, 31, 38, 8
Luminance
0.4555
Every format
| HEX | #eba291 |
| RGB | rgb(235, 162, 145) |
| HSL | hsl(11, 69%, 75%) |
| CMYK | cmyk(0%, 31%, 38%, 8%) |
| LAB | lab(73.3 25.0 19.8) |
| LCH | lch(73.3 31.9 38.4) |
| OKLCH | oklch(0.779 0.091 33.6) |
Copy-ready code
/* CSS */
color: #eba291;
background-color: #eba291;
/* Tailwind (arbitrary) */
class="text-[#eba291] bg-[#eba291]"
/* SCSS */
$brand: #eba291;
/* SwiftUI */
Color(red: 0.922, green: 0.635, blue: 0.569)
/* Android */
Color.parseColor("#eba291")Accessibility — WCAG contrast
Aa
#eba291 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba291 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow38.3%
Key (black)7.8%
Color previews
#eba291 text on a black background
contrast 10.11:1
Card sample
#eba291 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba291;
Background color
Panel with #eba291 background
background-color: #eba291;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba291;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 162, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 162, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba291; background: linear-gradient(135deg, #eba291, #EBDE91);