#cd89f3
a light, electric violet · warm · closest name: violet
RGB
205, 137, 243
HSL
279°, 82%, 75%
CMYK
16, 44, 0, 5
Luminance
0.3734
Every format
| HEX | #cd89f3 |
| RGB | rgb(205, 137, 243) |
| HSL | hsl(279, 82%, 75%) |
| CMYK | cmyk(16%, 44%, 0%, 5%) |
| LAB | lab(67.5 44.4 -43.2) |
| LCH | lch(67.5 61.9 315.8) |
| OKLCH | oklch(0.738 0.163 312.5) |
Copy-ready code
/* CSS */
color: #cd89f3;
background-color: #cd89f3;
/* Tailwind (arbitrary) */
class="text-[#cd89f3] bg-[#cd89f3]"
/* SCSS */
$brand: #cd89f3;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.953)
/* Android */
Color.parseColor("#cd89f3")Accessibility — WCAG contrast
Aa
#cd89f3 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd89f3 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta43.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cd89f3 text on a black background
contrast 8.47:1
Card sample
#cd89f3 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd89f3;
Background color
Panel with #cd89f3 background
background-color: #cd89f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd89f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd89f3; background: linear-gradient(135deg, #cd89f3, #F389D2);