#cd85dc
a light, vivid violet · warm · closest name: orchid
RGB
205, 133, 220
HSL
290°, 55%, 69%
CMYK
7, 40, 0, 14
Luminance
0.3492
Every format
| HEX | #cd85dc |
| RGB | rgb(205, 133, 220) |
| HSL | hsl(290, 55%, 69%) |
| CMYK | cmyk(7%, 40%, 0%, 14%) |
| LAB | lab(65.7 41.8 -33.4) |
| LCH | lch(65.7 53.5 321.4) |
| OKLCH | oklch(0.721 0.144 320.5) |
Copy-ready code
/* CSS */
color: #cd85dc;
background-color: #cd85dc;
/* Tailwind (arbitrary) */
class="text-[#cd85dc] bg-[#cd85dc]"
/* SCSS */
$brand: #cd85dc;
/* SwiftUI */
Color(red: 0.804, green: 0.522, blue: 0.863)
/* Android */
Color.parseColor("#cd85dc")Accessibility — WCAG contrast
Aa
#cd85dc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd85dc on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.2%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta39.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cd85dc text on a black background
contrast 7.98:1
Card sample
#cd85dc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd85dc;
Background color
Panel with #cd85dc background
background-color: #cd85dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd85dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 133, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 133, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd85dc; background: linear-gradient(135deg, #cd85dc, #DC85B1);