#cd85ff
a light, electric violet · warm · closest name: violet
RGB
205, 133, 255
HSL
275°, 100%, 76%
CMYK
20, 48, 0, 0
Luminance
0.3697
Every format
| HEX | #cd85ff |
| RGB | rgb(205, 133, 255) |
| HSL | hsl(275, 100%, 76%) |
| CMYK | cmyk(20%, 48%, 0%, 0%) |
| LAB | lab(67.3 49.0 -50.2) |
| LCH | lch(67.3 70.2 314.3) |
| OKLCH | oklch(0.738 0.183 309.9) |
Copy-ready code
/* CSS */
color: #cd85ff;
background-color: #cd85ff;
/* Tailwind (arbitrary) */
class="text-[#cd85ff] bg-[#cd85ff]"
/* SCSS */
$brand: #cd85ff;
/* SwiftUI */
Color(red: 0.804, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#cd85ff")Accessibility — WCAG contrast
Aa
#cd85ff on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd85ff on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd85ff text on a black background
contrast 8.39:1
Card sample
#cd85ff text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd85ff;
Background color
Panel with #cd85ff background
background-color: #cd85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd85ff; background: linear-gradient(135deg, #cd85ff, #FF85E0);