#dc85ff
a light, electric violet · warm · closest name: violet
RGB
220, 133, 255
HSL
283°, 100%, 76%
CMYK
14, 48, 0, 0
Luminance
0.3921
Every format
| HEX | #dc85ff |
| RGB | rgb(220, 133, 255) |
| HSL | hsl(283, 100%, 76%) |
| CMYK | cmyk(14%, 48%, 0%, 0%) |
| LAB | lab(68.9 53.1 -47.5) |
| LCH | lch(68.9 71.2 318.2) |
| OKLCH | oklch(0.754 0.189 315.6) |
Copy-ready code
/* CSS */
color: #dc85ff;
background-color: #dc85ff;
/* Tailwind (arbitrary) */
class="text-[#dc85ff] bg-[#dc85ff]"
/* SCSS */
$brand: #dc85ff;
/* SwiftUI */
Color(red: 0.863, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#dc85ff")Accessibility — WCAG contrast
Aa
#dc85ff on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc85ff on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green52.2%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#dc85ff text on a black background
contrast 8.84:1
Card sample
#dc85ff text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc85ff;
Background color
Panel with #dc85ff background
background-color: #dc85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc85ff; background: linear-gradient(135deg, #dc85ff, #FF85D1);