#eb033f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 3, 63
HSL
345°, 98%, 47%
CMYK
0, 99, 73, 8
Luminance
0.1809
Every format
| HEX | #eb033f |
| RGB | rgb(235, 3, 63) |
| HSL | hsl(345, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 73%, 8%) |
| LAB | lab(49.6 76.3 35.6) |
| LCH | lch(49.6 84.2 25.0) |
| OKLCH | oklch(0.596 0.238 19.7) |
Copy-ready code
/* CSS */
color: #eb033f;
background-color: #eb033f;
/* Tailwind (arbitrary) */
class="text-[#eb033f] bg-[#eb033f]"
/* SCSS */
$brand: #eb033f;
/* SwiftUI */
Color(red: 0.922, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#eb033f")Accessibility — WCAG contrast
Aa
#eb033f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb033f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow73.2%
Key (black)7.8%
Color previews
#eb033f text on a black background
contrast 4.62:1
Card sample
#eb033f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb033f;
Background color
Panel with #eb033f background
background-color: #eb033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb033f; background: linear-gradient(135deg, #eb033f, #EB6203);