#ce11df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 17, 223
HSL
295°, 86%, 47%
CMYK
8, 92, 0, 13
Luminance
0.1885
Every format
| HEX | #ce11df |
| RGB | rgb(206, 17, 223) |
| HSL | hsl(295, 86%, 47%) |
| CMYK | cmyk(8%, 92%, 0%, 13%) |
| LAB | lab(50.5 84.8 -59.1) |
| LCH | lch(50.5 103.3 325.1) |
| OKLCH | oklch(0.612 0.281 324.0) |
Copy-ready code
/* CSS */
color: #ce11df;
background-color: #ce11df;
/* Tailwind (arbitrary) */
class="text-[#ce11df] bg-[#ce11df]"
/* SCSS */
$brand: #ce11df;
/* SwiftUI */
Color(red: 0.808, green: 0.067, blue: 0.875)
/* Android */
Color.parseColor("#ce11df")Accessibility — WCAG contrast
Aa
#ce11df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce11df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green6.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta92.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ce11df text on a black background
contrast 4.77:1
Card sample
#ce11df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce11df;
Background color
Panel with #ce11df background
background-color: #ce11df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce11df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 17, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 17, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce11df; background: linear-gradient(135deg, #ce11df, #DF1167);