#eb828f
a light, vivid red · warm · closest name: salmon
RGB
235, 130, 143
HSL
353°, 72%, 72%
CMYK
0, 45, 39, 8
Luminance
0.3561
Every format
| HEX | #eb828f |
| RGB | rgb(235, 130, 143) |
| HSL | hsl(353, 72%, 72%) |
| CMYK | cmyk(0%, 45%, 39%, 8%) |
| LAB | lab(66.2 41.5 11.1) |
| LCH | lch(66.2 43.0 14.9) |
| OKLCH | oklch(0.725 0.129 12.9) |
Copy-ready code
/* CSS */
color: #eb828f;
background-color: #eb828f;
/* Tailwind (arbitrary) */
class="text-[#eb828f] bg-[#eb828f]"
/* SCSS */
$brand: #eb828f;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.561)
/* Android */
Color.parseColor("#eb828f")Accessibility — WCAG contrast
Aa
#eb828f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb828f on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow39.1%
Key (black)7.8%
Color previews
#eb828f text on a black background
contrast 8.12:1
Card sample
#eb828f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb828f;
Background color
Panel with #eb828f background
background-color: #eb828f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb828f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb828f; background: linear-gradient(135deg, #eb828f, #EBBB82);