#ce0366
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 3, 102
HSL
331°, 97%, 41%
CMYK
0, 99, 51, 19
Luminance
0.1415
Every format
| HEX | #ce0366 |
| RGB | rgb(206, 3, 102) |
| HSL | hsl(331, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 51%, 19%) |
| LAB | lab(44.5 71.7 3.7) |
| LCH | lch(44.5 71.8 2.9) |
| OKLCH | oklch(0.550 0.221 2.6) |
Copy-ready code
/* CSS */
color: #ce0366;
background-color: #ce0366;
/* Tailwind (arbitrary) */
class="text-[#ce0366] bg-[#ce0366]"
/* SCSS */
$brand: #ce0366;
/* SwiftUI */
Color(red: 0.808, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#ce0366")Accessibility — WCAG contrast
Aa
#ce0366 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0366 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow50.5%
Key (black)19.2%
Color previews
#ce0366 text on a black background
contrast 3.83:1
Card sample
#ce0366 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0366;
Background color
Panel with #ce0366 background
background-color: #ce0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0366; background: linear-gradient(135deg, #ce0366, #CE2703);