#c04fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 79, 223
HSL
287°, 69%, 59%
CMYK
14, 65, 0, 13
Luminance
0.2213
Every format
| HEX | #c04fdf |
| RGB | rgb(192, 79, 223) |
| HSL | hsl(287, 69%, 59%) |
| CMYK | cmyk(14%, 65%, 0%, 13%) |
| LAB | lab(54.2 65.4 -53.3) |
| LCH | lch(54.2 84.4 320.8) |
| OKLCH | oklch(0.633 0.224 318.3) |
Copy-ready code
/* CSS */
color: #c04fdf;
background-color: #c04fdf;
/* Tailwind (arbitrary) */
class="text-[#c04fdf] bg-[#c04fdf]"
/* SCSS */
$brand: #c04fdf;
/* SwiftUI */
Color(red: 0.753, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#c04fdf")Accessibility — WCAG contrast
Aa
#c04fdf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04fdf on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c04fdf text on a black background
contrast 5.43:1
Card sample
#c04fdf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04fdf;
Background color
Panel with #c04fdf background
background-color: #c04fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04fdf; background: linear-gradient(135deg, #c04fdf, #DF4F9E);