#cd89f4
a light, electric violet · warm · closest name: violet
RGB
205, 137, 244
HSL
278°, 83%, 75%
CMYK
16, 44, 0, 4
Luminance
0.3740
Every format
| HEX | #cd89f4 |
| RGB | rgb(205, 137, 244) |
| HSL | hsl(278, 83%, 75%) |
| CMYK | cmyk(16%, 44%, 0%, 4%) |
| LAB | lab(67.6 44.6 -43.7) |
| LCH | lch(67.6 62.4 315.6) |
| OKLCH | oklch(0.739 0.164 312.2) |
Copy-ready code
/* CSS */
color: #cd89f4;
background-color: #cd89f4;
/* Tailwind (arbitrary) */
class="text-[#cd89f4] bg-[#cd89f4]"
/* SCSS */
$brand: #cd89f4;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.957)
/* Android */
Color.parseColor("#cd89f4")Accessibility — WCAG contrast
Aa
#cd89f4 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd89f4 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta43.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cd89f4 text on a black background
contrast 8.48:1
Card sample
#cd89f4 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd89f4;
Background color
Panel with #cd89f4 background
background-color: #cd89f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd89f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd89f4; background: linear-gradient(135deg, #cd89f4, #F489D4);