#cc85fc
a light, electric violet · warm · closest name: violet
RGB
204, 133, 252
HSL
276°, 95%, 76%
CMYK
19, 47, 0, 1
Luminance
0.3664
Every format
| HEX | #cc85fc |
| RGB | rgb(204, 133, 252) |
| HSL | hsl(276, 95%, 76%) |
| CMYK | cmyk(19%, 47%, 0%, 1%) |
| LAB | lab(67.0 48.1 -49.0) |
| LCH | lch(67.0 68.7 314.5) |
| OKLCH | oklch(0.735 0.179 310.2) |
Copy-ready code
/* CSS */
color: #cc85fc;
background-color: #cc85fc;
/* Tailwind (arbitrary) */
class="text-[#cc85fc] bg-[#cc85fc]"
/* SCSS */
$brand: #cc85fc;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.988)
/* Android */
Color.parseColor("#cc85fc")Accessibility — WCAG contrast
Aa
#cc85fc on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85fc on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta47.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cc85fc text on a black background
contrast 8.33:1
Card sample
#cc85fc text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85fc;
Background color
Panel with #cc85fc background
background-color: #cc85fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85fc; background: linear-gradient(135deg, #cc85fc, #FC85DD);