#cb3afd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 58, 253
HSL
285°, 98%, 61%
CMYK
20, 77, 0, 1
Luminance
0.2281
Every format
| HEX | #cb3afd |
| RGB | rgb(203, 58, 253) |
| HSL | hsl(285, 98%, 61%) |
| CMYK | cmyk(20%, 77%, 0%, 1%) |
| LAB | lab(54.9 80.9 -68.9) |
| LCH | lch(54.9 106.3 319.6) |
| OKLCH | oklch(0.647 0.277 315.4) |
Copy-ready code
/* CSS */
color: #cb3afd;
background-color: #cb3afd;
/* Tailwind (arbitrary) */
class="text-[#cb3afd] bg-[#cb3afd]"
/* SCSS */
$brand: #cb3afd;
/* SwiftUI */
Color(red: 0.796, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#cb3afd")Accessibility — WCAG contrast
Aa
#cb3afd on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3afd on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green22.7%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cb3afd text on a black background
contrast 5.56:1
Card sample
#cb3afd text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3afd;
Background color
Panel with #cb3afd background
background-color: #cb3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3afd; background: linear-gradient(135deg, #cb3afd, #FD3AAD);