#e6006b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
230, 0, 107
HSL
332°, 100%, 45%
CMYK
0, 100, 54, 10
Luminance
0.1788
Every format
| HEX | #e6006b |
| RGB | rgb(230, 0, 107) |
| HSL | hsl(332, 100%, 45%) |
| CMYK | cmyk(0%, 100%, 54%, 10%) |
| LAB | lab(49.4 77.6 8.3) |
| LCH | lch(49.4 78.1 6.1) |
| OKLCH | oklch(0.595 0.239 5.2) |
Copy-ready code
/* CSS */
color: #e6006b;
background-color: #e6006b;
/* Tailwind (arbitrary) */
class="text-[#e6006b] bg-[#e6006b]"
/* SCSS */
$brand: #e6006b;
/* SwiftUI */
Color(red: 0.902, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#e6006b")Accessibility — WCAG contrast
Aa
#e6006b on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e6006b on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green0.0%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.5%
Key (black)9.8%
Color previews
#e6006b text on a black background
contrast 4.58:1
Card sample
#e6006b text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6006b;
Background color
Panel with #e6006b background
background-color: #e6006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6006b; background: linear-gradient(135deg, #e6006b, #E62E00);