#eb637f
a light, electric red · warm · closest name: salmon
RGB
235, 99, 127
HSL
348°, 77%, 66%
CMYK
0, 58, 46, 8
Luminance
0.2812
Every format
| HEX | #eb637f |
| RGB | rgb(235, 99, 127) |
| HSL | hsl(348, 77%, 66%) |
| CMYK | cmyk(0%, 58%, 46%, 8%) |
| LAB | lab(60.0 54.9 11.5) |
| LCH | lch(60.0 56.1 11.8) |
| OKLCH | oklch(0.677 0.169 10.1) |
Copy-ready code
/* CSS */
color: #eb637f;
background-color: #eb637f;
/* Tailwind (arbitrary) */
class="text-[#eb637f] bg-[#eb637f]"
/* SCSS */
$brand: #eb637f;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.498)
/* Android */
Color.parseColor("#eb637f")Accessibility — WCAG contrast
Aa
#eb637f on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb637f on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow46.0%
Key (black)7.8%
Color previews
#eb637f text on a black background
contrast 6.62:1
Card sample
#eb637f text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb637f;
Background color
Panel with #eb637f background
background-color: #eb637f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb637f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb637f; background: linear-gradient(135deg, #eb637f, #EBA263);