#cb1cf2
a balanced, electric violet · warm · closest name: magenta
RGB
203, 28, 242
HSL
289°, 89%, 53%
CMYK
16, 88, 0, 5
Luminance
0.1994
Every format
| HEX | #cb1cf2 |
| RGB | rgb(203, 28, 242) |
| HSL | hsl(289, 89%, 53%) |
| CMYK | cmyk(16%, 88%, 0%, 5%) |
| LAB | lab(51.8 85.9 -67.8) |
| LCH | lch(51.8 109.4 321.7) |
| OKLCH | oklch(0.623 0.289 318.6) |
Copy-ready code
/* CSS */
color: #cb1cf2;
background-color: #cb1cf2;
/* Tailwind (arbitrary) */
class="text-[#cb1cf2] bg-[#cb1cf2]"
/* SCSS */
$brand: #cb1cf2;
/* SwiftUI */
Color(red: 0.796, green: 0.110, blue: 0.949)
/* Android */
Color.parseColor("#cb1cf2")Accessibility — WCAG contrast
Aa
#cb1cf2 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1cf2 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green11.0%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta88.4%
Yellow0.0%
Key (black)5.1%
Color previews
#cb1cf2 text on a black background
contrast 4.99:1
Card sample
#cb1cf2 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1cf2;
Background color
Panel with #cb1cf2 background
background-color: #cb1cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 28, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 28, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1cf2; background: linear-gradient(135deg, #cb1cf2, #F21C8A);