#cb2afb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 42, 251
HSL
286°, 96%, 58%
CMYK
19, 83, 0, 2
Luminance
0.2132
Every format
| HEX | #cb2afb |
| RGB | rgb(203, 42, 251) |
| HSL | hsl(286, 96%, 58%) |
| CMYK | cmyk(19%, 83%, 0%, 2%) |
| LAB | lab(53.3 84.7 -70.3) |
| LCH | lch(53.3 110.1 320.3) |
| OKLCH | oklch(0.636 0.288 316.4) |
Copy-ready code
/* CSS */
color: #cb2afb;
background-color: #cb2afb;
/* Tailwind (arbitrary) */
class="text-[#cb2afb] bg-[#cb2afb]"
/* SCSS */
$brand: #cb2afb;
/* SwiftUI */
Color(red: 0.796, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#cb2afb")Accessibility — WCAG contrast
Aa
#cb2afb on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2afb on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green16.5%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cb2afb text on a black background
contrast 5.26:1
Card sample
#cb2afb text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2afb;
Background color
Panel with #cb2afb background
background-color: #cb2afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2afb; background: linear-gradient(135deg, #cb2afb, #FB2AA0);