#c01be7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 231
HSL
289°, 81%, 51%
CMYK
17, 88, 0, 9
Luminance
0.1776
Every format
| HEX | #c01be7 |
| RGB | rgb(192, 27, 231) |
| HSL | hsl(289, 81%, 51%) |
| CMYK | cmyk(17%, 88%, 0%, 9%) |
| LAB | lab(49.2 82.5 -65.8) |
| LCH | lch(49.2 105.6 321.4) |
| OKLCH | oklch(0.600 0.278 318.2) |
Copy-ready code
/* CSS */
color: #c01be7;
background-color: #c01be7;
/* Tailwind (arbitrary) */
class="text-[#c01be7] bg-[#c01be7]"
/* SCSS */
$brand: #c01be7;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.906)
/* Android */
Color.parseColor("#c01be7")Accessibility — WCAG contrast
Aa
#c01be7 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01be7 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue90.6%
CMYK percentages
Cyan16.9%
Magenta88.3%
Yellow0.0%
Key (black)9.4%
Color previews
#c01be7 text on a black background
contrast 4.55:1
Card sample
#c01be7 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01be7;
Background color
Panel with #c01be7 background
background-color: #c01be7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01be7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01be7; background: linear-gradient(135deg, #c01be7, #E71B86);