#c04ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 77, 223
HSL
287°, 70%, 59%
CMYK
14, 66, 0, 13
Luminance
0.2184
Every format
| HEX | #c04ddf |
| RGB | rgb(192, 77, 223) |
| HSL | hsl(287, 70%, 59%) |
| CMYK | cmyk(14%, 66%, 0%, 13%) |
| LAB | lab(53.9 66.3 -53.8) |
| LCH | lch(53.9 85.4 320.9) |
| OKLCH | oklch(0.631 0.227 318.4) |
Copy-ready code
/* CSS */
color: #c04ddf;
background-color: #c04ddf;
/* Tailwind (arbitrary) */
class="text-[#c04ddf] bg-[#c04ddf]"
/* SCSS */
$brand: #c04ddf;
/* SwiftUI */
Color(red: 0.753, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#c04ddf")Accessibility — WCAG contrast
Aa
#c04ddf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04ddf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green30.2%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c04ddf text on a black background
contrast 5.37:1
Card sample
#c04ddf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04ddf;
Background color
Panel with #c04ddf background
background-color: #c04ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04ddf; background: linear-gradient(135deg, #c04ddf, #DF4D9D);