#c05cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 92, 223
HSL
286°, 67%, 62%
CMYK
14, 59, 0, 13
Luminance
0.2419
Every format
| HEX | #c05cdf |
| RGB | rgb(192, 92, 223) |
| HSL | hsl(286, 67%, 62%) |
| CMYK | cmyk(14%, 59%, 0%, 13%) |
| LAB | lab(56.3 59.6 -50.0) |
| LCH | lch(56.3 77.8 320.0) |
| OKLCH | oklch(0.648 0.206 317.5) |
Copy-ready code
/* CSS */
color: #c05cdf;
background-color: #c05cdf;
/* Tailwind (arbitrary) */
class="text-[#c05cdf] bg-[#c05cdf]"
/* SCSS */
$brand: #c05cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#c05cdf")Accessibility — WCAG contrast
Aa
#c05cdf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05cdf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green36.1%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c05cdf text on a black background
contrast 5.84:1
Card sample
#c05cdf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05cdf;
Background color
Panel with #c05cdf background
background-color: #c05cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05cdf; background: linear-gradient(135deg, #c05cdf, #DF5CA7);