#ce24eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 36, 235
HSL
291°, 83%, 53%
CMYK
12, 85, 0, 8
Luminance
0.2038
Every format
| HEX | #ce24eb |
| RGB | rgb(206, 36, 235) |
| HSL | hsl(291, 83%, 53%) |
| CMYK | cmyk(12%, 85%, 0%, 8%) |
| LAB | lab(52.3 83.8 -63.0) |
| LCH | lch(52.3 104.8 323.0) |
| OKLCH | oklch(0.626 0.281 320.9) |
Copy-ready code
/* CSS */
color: #ce24eb;
background-color: #ce24eb;
/* Tailwind (arbitrary) */
class="text-[#ce24eb] bg-[#ce24eb]"
/* SCSS */
$brand: #ce24eb;
/* SwiftUI */
Color(red: 0.808, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#ce24eb")Accessibility — WCAG contrast
Aa
#ce24eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce24eb on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green14.1%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ce24eb text on a black background
contrast 5.08:1
Card sample
#ce24eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce24eb;
Background color
Panel with #ce24eb background
background-color: #ce24eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce24eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce24eb; background: linear-gradient(135deg, #ce24eb, #EB2483);