#dc33ff
a balanced, electric violet · warm · closest name: magenta
RGB
220, 51, 255
HSL
290°, 100%, 60%
CMYK
14, 80, 0, 0
Luminance
0.2480
Every format
| HEX | #dc33ff |
| RGB | rgb(220, 51, 255) |
| HSL | hsl(290, 100%, 60%) |
| CMYK | cmyk(14%, 80%, 0%, 0%) |
| LAB | lab(56.9 86.1 -66.7) |
| LCH | lch(56.9 108.8 322.2) |
| OKLCH | oklch(0.667 0.290 319.8) |
Copy-ready code
/* CSS */
color: #dc33ff;
background-color: #dc33ff;
/* Tailwind (arbitrary) */
class="text-[#dc33ff] bg-[#dc33ff]"
/* SCSS */
$brand: #dc33ff;
/* SwiftUI */
Color(red: 0.863, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#dc33ff")Accessibility — WCAG contrast
Aa
#dc33ff on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc33ff on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green20.0%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#dc33ff text on a black background
contrast 5.96:1
Card sample
#dc33ff text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc33ff;
Background color
Panel with #dc33ff background
background-color: #dc33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc33ff; background: linear-gradient(135deg, #dc33ff, #FF339A);