#dc89ff
a light, electric violet · warm · closest name: violet
RGB
220, 137, 255
HSL
282°, 100%, 77%
CMYK
14, 46, 0, 0
Luminance
0.4033
Every format
| HEX | #dc89ff |
| RGB | rgb(220, 137, 255) |
| HSL | hsl(282, 100%, 77%) |
| CMYK | cmyk(14%, 46%, 0%, 0%) |
| LAB | lab(69.7 51.0 -46.3) |
| LCH | lch(69.7 68.9 317.8) |
| OKLCH | oklch(0.760 0.182 315.2) |
Copy-ready code
/* CSS */
color: #dc89ff;
background-color: #dc89ff;
/* Tailwind (arbitrary) */
class="text-[#dc89ff] bg-[#dc89ff]"
/* SCSS */
$brand: #dc89ff;
/* SwiftUI */
Color(red: 0.863, green: 0.537, blue: 1.000)
/* Android */
Color.parseColor("#dc89ff")Accessibility — WCAG contrast
Aa
#dc89ff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc89ff on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green53.7%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta46.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dc89ff text on a black background
contrast 9.07:1
Card sample
#dc89ff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc89ff;
Background color
Panel with #dc89ff background
background-color: #dc89ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc89ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 137, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 137, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc89ff; background: linear-gradient(135deg, #dc89ff, #FF89D3);