#ce33eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 51, 235
HSL
291°, 82%, 56%
CMYK
12, 78, 0, 8
Luminance
0.2149
Every format
| HEX | #ce33eb |
| RGB | rgb(206, 51, 235) |
| HSL | hsl(291, 82%, 56%) |
| CMYK | cmyk(12%, 78%, 0%, 8%) |
| LAB | lab(53.5 80.2 -61.1) |
| LCH | lch(53.5 100.8 322.7) |
| OKLCH | oklch(0.635 0.270 320.6) |
Copy-ready code
/* CSS */
color: #ce33eb;
background-color: #ce33eb;
/* Tailwind (arbitrary) */
class="text-[#ce33eb] bg-[#ce33eb]"
/* SCSS */
$brand: #ce33eb;
/* SwiftUI */
Color(red: 0.808, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#ce33eb")Accessibility — WCAG contrast
Aa
#ce33eb on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce33eb on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.0%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce33eb text on a black background
contrast 5.30:1
Card sample
#ce33eb text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce33eb;
Background color
Panel with #ce33eb background
background-color: #ce33eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce33eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce33eb; background: linear-gradient(135deg, #ce33eb, #EB338E);