#ce33ff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 51, 255
HSL
286°, 100%, 60%
CMYK
19, 80, 0, 0
Luminance
0.2271
Every format
| HEX | #ce33ff |
| RGB | rgb(206, 51, 255) |
| HSL | hsl(286, 100%, 60%) |
| CMYK | cmyk(19%, 80%, 0%, 0%) |
| LAB | lab(54.8 83.7 -70.2) |
| LCH | lch(54.8 109.3 320.0) |
| OKLCH | oklch(0.648 0.285 316.0) |
Copy-ready code
/* CSS */
color: #ce33ff;
background-color: #ce33ff;
/* Tailwind (arbitrary) */
class="text-[#ce33ff] bg-[#ce33ff]"
/* SCSS */
$brand: #ce33ff;
/* SwiftUI */
Color(red: 0.808, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#ce33ff")Accessibility — WCAG contrast
Aa
#ce33ff on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce33ff on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ce33ff text on a black background
contrast 5.54:1
Card sample
#ce33ff text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce33ff;
Background color
Panel with #ce33ff background
background-color: #ce33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce33ff; background: linear-gradient(135deg, #ce33ff, #FF33A8);