#cc6dfb
a light, electric violet · warm · closest name: violet
RGB
204, 109, 251
HSL
280°, 95%, 71%
CMYK
19, 57, 0, 2
Luminance
0.3074
Every format
| HEX | #cc6dfb |
| RGB | rgb(204, 109, 251) |
| HSL | hsl(280, 95%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 2%) |
| LAB | lab(62.3 60.1 -55.9) |
| LCH | lch(62.3 82.1 317.1) |
| OKLCH | oklch(0.700 0.214 313.1) |
Copy-ready code
/* CSS */
color: #cc6dfb;
background-color: #cc6dfb;
/* Tailwind (arbitrary) */
class="text-[#cc6dfb] bg-[#cc6dfb]"
/* SCSS */
$brand: #cc6dfb;
/* SwiftUI */
Color(red: 0.800, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#cc6dfb")Accessibility — WCAG contrast
Aa
#cc6dfb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc6dfb on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.7%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cc6dfb text on a black background
contrast 7.15:1
Card sample
#cc6dfb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6dfb;
Background color
Panel with #cc6dfb background
background-color: #cc6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6dfb; background: linear-gradient(135deg, #cc6dfb, #FB6DCB);