#c06df4
a light, electric violet · warm · closest name: violet
RGB
192, 109, 244
HSL
277°, 86%, 69%
CMYK
21, 55, 0, 4
Luminance
0.2868
Every format
| HEX | #c06df4 |
| RGB | rgb(192, 109, 244) |
| HSL | hsl(277, 86%, 69%) |
| CMYK | cmyk(21%, 55%, 0%, 4%) |
| LAB | lab(60.5 55.7 -55.0) |
| LCH | lch(60.5 78.3 315.4) |
| OKLCH | oklch(0.683 0.203 310.5) |
Copy-ready code
/* CSS */
color: #c06df4;
background-color: #c06df4;
/* Tailwind (arbitrary) */
class="text-[#c06df4] bg-[#c06df4]"
/* SCSS */
$brand: #c06df4;
/* SwiftUI */
Color(red: 0.753, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#c06df4")Accessibility — WCAG contrast
Aa
#c06df4 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06df4 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.7%
Blue95.7%
CMYK percentages
Cyan21.3%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#c06df4 text on a black background
contrast 6.74:1
Card sample
#c06df4 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06df4;
Background color
Panel with #c06df4 background
background-color: #c06df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06df4; background: linear-gradient(135deg, #c06df4, #F46DCE);