#cc8dfb
a light, electric violet · warm · closest name: violet
RGB
204, 141, 251
HSL
274°, 93%, 77%
CMYK
19, 44, 0, 2
Luminance
0.3885
Every format
| HEX | #cc8dfb |
| RGB | rgb(204, 141, 251) |
| HSL | hsl(274, 93%, 77%) |
| CMYK | cmyk(19%, 44%, 0%, 2%) |
| LAB | lab(68.6 43.7 -45.9) |
| LCH | lch(68.6 63.3 313.6) |
| OKLCH | oklch(0.748 0.165 309.3) |
Copy-ready code
/* CSS */
color: #cc8dfb;
background-color: #cc8dfb;
/* Tailwind (arbitrary) */
class="text-[#cc8dfb] bg-[#cc8dfb]"
/* SCSS */
$brand: #cc8dfb;
/* SwiftUI */
Color(red: 0.800, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#cc8dfb")Accessibility — WCAG contrast
Aa
#cc8dfb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8dfb on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.3%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cc8dfb text on a black background
contrast 8.77:1
Card sample
#cc8dfb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8dfb;
Background color
Panel with #cc8dfb background
background-color: #cc8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8dfb; background: linear-gradient(135deg, #cc8dfb, #FB8DE1);