#c06cef
a light, electric violet · warm · closest name: orchid
RGB
192, 108, 239
HSL
279°, 80%, 68%
CMYK
20, 55, 0, 6
Luminance
0.2816
Every format
| HEX | #c06cef |
| RGB | rgb(192, 108, 239) |
| HSL | hsl(279, 80%, 68%) |
| CMYK | cmyk(20%, 55%, 0%, 6%) |
| LAB | lab(60.0 55.1 -52.9) |
| LCH | lch(60.0 76.4 316.2) |
| OKLCH | oklch(0.679 0.199 311.8) |
Copy-ready code
/* CSS */
color: #c06cef;
background-color: #c06cef;
/* Tailwind (arbitrary) */
class="text-[#c06cef] bg-[#c06cef]"
/* SCSS */
$brand: #c06cef;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#c06cef")Accessibility — WCAG contrast
Aa
#c06cef on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06cef on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#c06cef text on a black background
contrast 6.63:1
Card sample
#c06cef text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06cef;
Background color
Panel with #c06cef background
background-color: #c06cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06cef; background: linear-gradient(135deg, #c06cef, #EF6CC7);