#eb968f
a light, vivid red · warm · closest name: salmon
RGB
235, 150, 143
HSL
5°, 70%, 74%
CMYK
0, 36, 39, 8
Luminance
0.4146
Every format
| HEX | #eb968f |
| RGB | rgb(235, 150, 143) |
| HSL | hsl(5, 70%, 74%) |
| CMYK | cmyk(0%, 36%, 39%, 8%) |
| LAB | lab(70.5 31.1 17.1) |
| LCH | lch(70.5 35.5 28.8) |
| OKLCH | oklch(0.757 0.104 24.9) |
Copy-ready code
/* CSS */
color: #eb968f;
background-color: #eb968f;
/* Tailwind (arbitrary) */
class="text-[#eb968f] bg-[#eb968f]"
/* SCSS */
$brand: #eb968f;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.561)
/* Android */
Color.parseColor("#eb968f")Accessibility — WCAG contrast
Aa
#eb968f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb968f on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow39.1%
Key (black)7.8%
Color previews
#eb968f text on a black background
contrast 9.29:1
Card sample
#eb968f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb968f;
Background color
Panel with #eb968f background
background-color: #eb968f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb968f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb968f; background: linear-gradient(135deg, #eb968f, #EBD38F);