#eb667f
a light, electric red · warm · closest name: salmon
RGB
235, 102, 127
HSL
349°, 77%, 66%
CMYK
0, 57, 46, 8
Luminance
0.2870
Every format
| HEX | #eb667f |
| RGB | rgb(235, 102, 127) |
| HSL | hsl(349, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 46%, 8%) |
| LAB | lab(60.5 53.6 12.2) |
| LCH | lch(60.5 54.9 12.8) |
| OKLCH | oklch(0.680 0.165 11.0) |
Copy-ready code
/* CSS */
color: #eb667f;
background-color: #eb667f;
/* Tailwind (arbitrary) */
class="text-[#eb667f] bg-[#eb667f]"
/* SCSS */
$brand: #eb667f;
/* SwiftUI */
Color(red: 0.922, green: 0.400, blue: 0.498)
/* Android */
Color.parseColor("#eb667f")Accessibility — WCAG contrast
Aa
#eb667f on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb667f on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow46.0%
Key (black)7.8%
Color previews
#eb667f text on a black background
contrast 6.74:1
Card sample
#eb667f text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb667f;
Background color
Panel with #eb667f background
background-color: #eb667f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb667f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 102, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 102, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb667f; background: linear-gradient(135deg, #eb667f, #EBA666);