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