#c06dfb
a light, electric violet · warm · closest name: violet
RGB
192, 109, 251
HSL
275°, 95%, 71%
CMYK
24, 57, 0, 2
Luminance
0.2911
Every format
| HEX | #c06dfb |
| RGB | rgb(192, 109, 251) |
| HSL | hsl(275, 95%, 71%) |
| CMYK | cmyk(24%, 57%, 0%, 2%) |
| LAB | lab(60.9 57.2 -58.2) |
| LCH | lch(60.9 81.7 314.5) |
| OKLCH | oklch(0.687 0.210 308.9) |
Copy-ready code
/* CSS */
color: #c06dfb;
background-color: #c06dfb;
/* Tailwind (arbitrary) */
class="text-[#c06dfb] bg-[#c06dfb]"
/* SCSS */
$brand: #c06dfb;
/* SwiftUI */
Color(red: 0.753, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#c06dfb")Accessibility — WCAG contrast
Aa
#c06dfb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06dfb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.7%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c06dfb text on a black background
contrast 6.82:1
Card sample
#c06dfb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06dfb;
Background color
Panel with #c06dfb background
background-color: #c06dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06dfb; background: linear-gradient(135deg, #c06dfb, #FB6DD7);