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