#ce15df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 21, 223
HSL
295°, 83%, 48%
CMYK
8, 91, 0, 13
Luminance
0.1899
Every format
| HEX | #ce15df |
| RGB | rgb(206, 21, 223) |
| HSL | hsl(295, 83%, 48%) |
| CMYK | cmyk(8%, 91%, 0%, 13%) |
| LAB | lab(50.7 84.3 -58.8) |
| LCH | lch(50.7 102.8 325.1) |
| OKLCH | oklch(0.613 0.280 324.0) |
Copy-ready code
/* CSS */
color: #ce15df;
background-color: #ce15df;
/* Tailwind (arbitrary) */
class="text-[#ce15df] bg-[#ce15df]"
/* SCSS */
$brand: #ce15df;
/* SwiftUI */
Color(red: 0.808, green: 0.082, blue: 0.875)
/* Android */
Color.parseColor("#ce15df")Accessibility — WCAG contrast
Aa
#ce15df on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce15df on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green8.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta90.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce15df text on a black background
contrast 4.80:1
Card sample
#ce15df text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce15df;
Background color
Panel with #ce15df background
background-color: #ce15df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce15df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 21, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 21, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce15df; background: linear-gradient(135deg, #ce15df, #DF1569);