#c06eee
a light, electric violet · warm · closest name: orchid
RGB
192, 110, 238
HSL
278°, 79%, 68%
CMYK
19, 54, 0, 7
Luminance
0.2853
Every format
| HEX | #c06eee |
| RGB | rgb(192, 110, 238) |
| HSL | hsl(278, 79%, 68%) |
| CMYK | cmyk(19%, 54%, 0%, 7%) |
| LAB | lab(60.4 53.9 -51.9) |
| LCH | lch(60.4 74.8 316.1) |
| OKLCH | oklch(0.681 0.195 311.9) |
Copy-ready code
/* CSS */
color: #c06eee;
background-color: #c06eee;
/* Tailwind (arbitrary) */
class="text-[#c06eee] bg-[#c06eee]"
/* SCSS */
$brand: #c06eee;
/* SwiftUI */
Color(red: 0.753, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#c06eee")Accessibility — WCAG contrast
Aa
#c06eee on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06eee on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green43.1%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c06eee text on a black background
contrast 6.71:1
Card sample
#c06eee text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06eee;
Background color
Panel with #c06eee background
background-color: #c06eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06eee; background: linear-gradient(135deg, #c06eee, #EE6EC7);