#cb33fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 51, 253
HSL
285°, 98%, 60%
CMYK
20, 80, 0, 1
Luminance
0.2216
Every format
| HEX | #cb33fd |
| RGB | rgb(203, 51, 253) |
| HSL | hsl(285, 98%, 60%) |
| CMYK | cmyk(20%, 80%, 0%, 1%) |
| LAB | lab(54.2 82.9 -70.0) |
| LCH | lch(54.2 108.5 319.8) |
| OKLCH | oklch(0.642 0.283 315.7) |
Copy-ready code
/* CSS */
color: #cb33fd;
background-color: #cb33fd;
/* Tailwind (arbitrary) */
class="text-[#cb33fd] bg-[#cb33fd]"
/* SCSS */
$brand: #cb33fd;
/* SwiftUI */
Color(red: 0.796, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#cb33fd")Accessibility — WCAG contrast
Aa
#cb33fd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb33fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green20.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cb33fd text on a black background
contrast 5.43:1
Card sample
#cb33fd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb33fd;
Background color
Panel with #cb33fd background
background-color: #cb33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb33fd; background: linear-gradient(135deg, #cb33fd, #FD33A8);