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