#c01beb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 235
HSL
288°, 84%, 51%
CMYK
18, 89, 0, 8
Luminance
0.1799
Every format
| HEX | #c01beb |
| RGB | rgb(192, 27, 235) |
| HSL | hsl(288, 84%, 51%) |
| CMYK | cmyk(18%, 89%, 0%, 8%) |
| LAB | lab(49.5 83.2 -67.6) |
| LCH | lch(49.5 107.3 320.9) |
| OKLCH | oklch(0.603 0.281 317.2) |
Copy-ready code
/* CSS */
color: #c01beb;
background-color: #c01beb;
/* Tailwind (arbitrary) */
class="text-[#c01beb] bg-[#c01beb]"
/* SCSS */
$brand: #c01beb;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.922)
/* Android */
Color.parseColor("#c01beb")Accessibility — WCAG contrast
Aa
#c01beb on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01beb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta88.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c01beb text on a black background
contrast 4.60:1
Card sample
#c01beb text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01beb;
Background color
Panel with #c01beb background
background-color: #c01beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01beb; background: linear-gradient(135deg, #c01beb, #EB1B8B);