#c03ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 61, 223
HSL
289°, 72%, 56%
CMYK
14, 73, 0, 13
Luminance
0.1987
Every format
| HEX | #c03ddf |
| RGB | rgb(192, 61, 223) |
| HSL | hsl(289, 72%, 56%) |
| CMYK | cmyk(14%, 73%, 0%, 13%) |
| LAB | lab(51.7 72.4 -57.3) |
| LCH | lch(51.7 92.3 321.6) |
| OKLCH | oklch(0.616 0.246 319.1) |
Copy-ready code
/* CSS */
color: #c03ddf;
background-color: #c03ddf;
/* Tailwind (arbitrary) */
class="text-[#c03ddf] bg-[#c03ddf]"
/* SCSS */
$brand: #c03ddf;
/* SwiftUI */
Color(red: 0.753, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#c03ddf")Accessibility — WCAG contrast
Aa
#c03ddf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03ddf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green23.9%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c03ddf text on a black background
contrast 4.97:1
Card sample
#c03ddf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03ddf;
Background color
Panel with #c03ddf background
background-color: #c03ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03ddf; background: linear-gradient(135deg, #c03ddf, #DF3D92);