#ce17eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 23, 235
HSL
292°, 84%, 51%
CMYK
12, 90, 0, 8
Luminance
0.1973
Every format
| HEX | #ce17eb |
| RGB | rgb(206, 23, 235) |
| HSL | hsl(292, 84%, 51%) |
| CMYK | cmyk(12%, 90%, 0%, 8%) |
| LAB | lab(51.5 85.9 -64.2) |
| LCH | lch(51.5 107.3 323.2) |
| OKLCH | oklch(0.621 0.287 321.1) |
Copy-ready code
/* CSS */
color: #ce17eb;
background-color: #ce17eb;
/* Tailwind (arbitrary) */
class="text-[#ce17eb] bg-[#ce17eb]"
/* SCSS */
$brand: #ce17eb;
/* SwiftUI */
Color(red: 0.808, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#ce17eb")Accessibility — WCAG contrast
Aa
#ce17eb on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce17eb on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green9.0%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ce17eb text on a black background
contrast 4.95:1
Card sample
#ce17eb text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce17eb;
Background color
Panel with #ce17eb background
background-color: #ce17eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce17eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce17eb; background: linear-gradient(135deg, #ce17eb, #EB177B);