#cb2afd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 42, 253
HSL
286°, 98%, 58%
CMYK
20, 83, 0, 1
Luminance
0.2144
Every format
| HEX | #cb2afd |
| RGB | rgb(203, 42, 253) |
| HSL | hsl(286, 98%, 58%) |
| CMYK | cmyk(20%, 83%, 0%, 1%) |
| LAB | lab(53.4 85.1 -71.2) |
| LCH | lch(53.4 111.0 320.1) |
| OKLCH | oklch(0.637 0.289 315.9) |
Copy-ready code
/* CSS */
color: #cb2afd;
background-color: #cb2afd;
/* Tailwind (arbitrary) */
class="text-[#cb2afd] bg-[#cb2afd]"
/* SCSS */
$brand: #cb2afd;
/* SwiftUI */
Color(red: 0.796, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#cb2afd")Accessibility — WCAG contrast
Aa
#cb2afd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2afd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb2afd text on a black background
contrast 5.29:1
Card sample
#cb2afd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2afd;
Background color
Panel with #cb2afd background
background-color: #cb2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2afd; background: linear-gradient(135deg, #cb2afd, #FD2AA2);