#cb2cf1
a balanced, electric violet · warm · closest name: magenta
RGB
203, 44, 241
HSL
288°, 88%, 56%
CMYK
16, 82, 0, 6
Luminance
0.2085
Every format
| HEX | #cb2cf1 |
| RGB | rgb(203, 44, 241) |
| HSL | hsl(288, 88%, 56%) |
| CMYK | cmyk(16%, 82%, 0%, 6%) |
| LAB | lab(52.8 82.5 -65.6) |
| LCH | lch(52.8 105.4 321.5) |
| OKLCH | oklch(0.630 0.279 318.5) |
Copy-ready code
/* CSS */
color: #cb2cf1;
background-color: #cb2cf1;
/* Tailwind (arbitrary) */
class="text-[#cb2cf1] bg-[#cb2cf1]"
/* SCSS */
$brand: #cb2cf1;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.945)
/* Android */
Color.parseColor("#cb2cf1")Accessibility — WCAG contrast
Aa
#cb2cf1 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2cf1 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue94.5%
CMYK percentages
Cyan15.8%
Magenta81.7%
Yellow0.0%
Key (black)5.5%
Color previews
#cb2cf1 text on a black background
contrast 5.17:1
Card sample
#cb2cf1 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cf1;
Background color
Panel with #cb2cf1 background
background-color: #cb2cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cf1; background: linear-gradient(135deg, #cb2cf1, #F12C94);