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