#ce1ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 26, 222
HSL
295°, 79%, 49%
CMYK
7, 88, 0, 13
Luminance
0.1913
Every format
| HEX | #ce1ade |
| RGB | rgb(206, 26, 222) |
| HSL | hsl(295, 79%, 49%) |
| CMYK | cmyk(7%, 88%, 0%, 13%) |
| LAB | lab(50.9 83.4 -58.0) |
| LCH | lch(50.9 101.6 325.2) |
| OKLCH | oklch(0.614 0.277 324.2) |
Copy-ready code
/* CSS */
color: #ce1ade;
background-color: #ce1ade;
/* Tailwind (arbitrary) */
class="text-[#ce1ade] bg-[#ce1ade]"
/* SCSS */
$brand: #ce1ade;
/* SwiftUI */
Color(red: 0.808, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#ce1ade")Accessibility — WCAG contrast
Aa
#ce1ade on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1ade on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green10.2%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#ce1ade text on a black background
contrast 4.83:1
Card sample
#ce1ade text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1ade;
Background color
Panel with #ce1ade background
background-color: #ce1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1ade; background: linear-gradient(135deg, #ce1ade, #DE1A6B);