#c02bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 43, 223
HSL
290°, 74%, 52%
CMYK
14, 81, 0, 13
Luminance
0.1826
Every format
| HEX | #c02bdf |
| RGB | rgb(192, 43, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(14%, 81%, 0%, 13%) |
| LAB | lab(49.8 77.8 -60.3) |
| LCH | lch(49.8 98.5 322.2) |
| OKLCH | oklch(0.602 0.262 319.7) |
Copy-ready code
/* CSS */
color: #c02bdf;
background-color: #c02bdf;
/* Tailwind (arbitrary) */
class="text-[#c02bdf] bg-[#c02bdf]"
/* SCSS */
$brand: #c02bdf;
/* SwiftUI */
Color(red: 0.753, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#c02bdf")Accessibility — WCAG contrast
Aa
#c02bdf on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02bdf on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green16.9%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c02bdf text on a black background
contrast 4.65:1
Card sample
#c02bdf text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02bdf;
Background color
Panel with #c02bdf background
background-color: #c02bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02bdf; background: linear-gradient(135deg, #c02bdf, #DF2B86);