#cb33ff
a balanced, electric violet · warm · closest name: magenta
RGB
203, 51, 255
HSL
285°, 100%, 60%
CMYK
20, 80, 0, 0
Luminance
0.2228
Every format
| HEX | #cb33ff |
| RGB | rgb(203, 51, 255) |
| HSL | hsl(285, 100%, 60%) |
| CMYK | cmyk(20%, 80%, 0%, 0%) |
| LAB | lab(54.3 83.2 -70.9) |
| LCH | lch(54.3 109.3 319.6) |
| OKLCH | oklch(0.644 0.284 315.2) |
Copy-ready code
/* CSS */
color: #cb33ff;
background-color: #cb33ff;
/* Tailwind (arbitrary) */
class="text-[#cb33ff] bg-[#cb33ff]"
/* SCSS */
$brand: #cb33ff;
/* SwiftUI */
Color(red: 0.796, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#cb33ff")Accessibility — WCAG contrast
Aa
#cb33ff on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb33ff on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green20.0%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cb33ff text on a black background
contrast 5.46:1
Card sample
#cb33ff text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb33ff;
Background color
Panel with #cb33ff background
background-color: #cb33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb33ff; background: linear-gradient(135deg, #cb33ff, #FF33AB);