#c06ddf
a light, vivid violet · warm · closest name: orchid
RGB
192, 109, 223
HSL
284°, 64%, 65%
CMYK
14, 51, 0, 13
Luminance
0.2747
Every format
| HEX | #c06ddf |
| RGB | rgb(192, 109, 223) |
| HSL | hsl(284, 64%, 65%) |
| CMYK | cmyk(14%, 51%, 0%, 13%) |
| LAB | lab(59.4 51.3 -45.0) |
| LCH | lch(59.4 68.2 318.7) |
| OKLCH | oklch(0.671 0.181 316.1) |
Copy-ready code
/* CSS */
color: #c06ddf;
background-color: #c06ddf;
/* Tailwind (arbitrary) */
class="text-[#c06ddf] bg-[#c06ddf]"
/* SCSS */
$brand: #c06ddf;
/* SwiftUI */
Color(red: 0.753, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#c06ddf")Accessibility — WCAG contrast
Aa
#c06ddf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06ddf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.7%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c06ddf text on a black background
contrast 6.49:1
Card sample
#c06ddf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06ddf;
Background color
Panel with #c06ddf background
background-color: #c06ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06ddf; background: linear-gradient(135deg, #c06ddf, #DF6DB2);