#cb1cf4
a balanced, electric violet · warm · closest name: magenta
RGB
203, 28, 244
HSL
289°, 91%, 53%
CMYK
17, 89, 0, 4
Luminance
0.2006
Every format
| HEX | #cb1cf4 |
| RGB | rgb(203, 28, 244) |
| HSL | hsl(289, 91%, 53%) |
| CMYK | cmyk(17%, 89%, 0%, 4%) |
| LAB | lab(51.9 86.2 -68.7) |
| LCH | lch(51.9 110.3 321.5) |
| OKLCH | oklch(0.625 0.291 318.2) |
Copy-ready code
/* CSS */
color: #cb1cf4;
background-color: #cb1cf4;
/* Tailwind (arbitrary) */
class="text-[#cb1cf4] bg-[#cb1cf4]"
/* SCSS */
$brand: #cb1cf4;
/* SwiftUI */
Color(red: 0.796, green: 0.110, blue: 0.957)
/* Android */
Color.parseColor("#cb1cf4")Accessibility — WCAG contrast
Aa
#cb1cf4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1cf4 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green11.0%
Blue95.7%
CMYK percentages
Cyan16.8%
Magenta88.5%
Yellow0.0%
Key (black)4.3%
Color previews
#cb1cf4 text on a black background
contrast 5.01:1
Card sample
#cb1cf4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1cf4;
Background color
Panel with #cb1cf4 background
background-color: #cb1cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 28, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 28, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1cf4; background: linear-gradient(135deg, #cb1cf4, #F41C8D);