#cb2ff0
a balanced, electric violet · warm · closest name: magenta
RGB
203, 47, 240
HSL
289°, 87%, 56%
CMYK
15, 80, 0, 6
Luminance
0.2102
Every format
| HEX | #cb2ff0 |
| RGB | rgb(203, 47, 240) |
| HSL | hsl(289, 87%, 56%) |
| CMYK | cmyk(15%, 80%, 0%, 6%) |
| LAB | lab(53.0 81.6 -64.7) |
| LCH | lch(53.0 104.2 321.6) |
| OKLCH | oklch(0.631 0.276 318.7) |
Copy-ready code
/* CSS */
color: #cb2ff0;
background-color: #cb2ff0;
/* Tailwind (arbitrary) */
class="text-[#cb2ff0] bg-[#cb2ff0]"
/* SCSS */
$brand: #cb2ff0;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.941)
/* Android */
Color.parseColor("#cb2ff0")Accessibility — WCAG contrast
Aa
#cb2ff0 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ff0 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta80.4%
Yellow0.0%
Key (black)5.9%
Color previews
#cb2ff0 text on a black background
contrast 5.20:1
Card sample
#cb2ff0 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ff0;
Background color
Panel with #cb2ff0 background
background-color: #cb2ff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ff0; background: linear-gradient(135deg, #cb2ff0, #F02F94);