#cc85ee
a light, electric violet · warm · closest name: violet
RGB
204, 133, 238
HSL
281°, 76%, 73%
CMYK
14, 44, 0, 7
Luminance
0.3579
Every format
| HEX | #cc85ee |
| RGB | rgb(204, 133, 238) |
| HSL | hsl(281, 76%, 73%) |
| CMYK | cmyk(14%, 44%, 0%, 7%) |
| LAB | lab(66.4 45.2 -42.3) |
| LCH | lch(66.4 61.9 316.9) |
| OKLCH | oklch(0.728 0.163 314.1) |
Copy-ready code
/* CSS */
color: #cc85ee;
background-color: #cc85ee;
/* Tailwind (arbitrary) */
class="text-[#cc85ee] bg-[#cc85ee]"
/* SCSS */
$brand: #cc85ee;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.933)
/* Android */
Color.parseColor("#cc85ee")Accessibility — WCAG contrast
Aa
#cc85ee on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85ee on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta44.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cc85ee text on a black background
contrast 8.16:1
Card sample
#cc85ee text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85ee;
Background color
Panel with #cc85ee background
background-color: #cc85ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85ee; background: linear-gradient(135deg, #cc85ee, #EE85CA);