#cd93ff
a light, electric violet · warm · closest name: violet
RGB
205, 147, 255
HSL
272°, 100%, 79%
CMYK
20, 42, 0, 0
Luminance
0.4107
Every format
| HEX | #cd93ff |
| RGB | rgb(205, 147, 255) |
| HSL | hsl(272, 100%, 79%) |
| CMYK | cmyk(20%, 42%, 0%, 0%) |
| LAB | lab(70.2 41.6 -45.5) |
| LCH | lch(70.2 61.7 312.4) |
| OKLCH | oklch(0.760 0.160 307.7) |
Copy-ready code
/* CSS */
color: #cd93ff;
background-color: #cd93ff;
/* Tailwind (arbitrary) */
class="text-[#cd93ff] bg-[#cd93ff]"
/* SCSS */
$brand: #cd93ff;
/* SwiftUI */
Color(red: 0.804, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#cd93ff")Accessibility — WCAG contrast
Aa
#cd93ff on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd93ff on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green57.6%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cd93ff text on a black background
contrast 9.21:1
Card sample
#cd93ff text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd93ff;
Background color
Panel with #cd93ff background
background-color: #cd93ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd93ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd93ff; background: linear-gradient(135deg, #cd93ff, #FF93E9);