#cd88ff
a light, electric violet · warm · closest name: violet
RGB
205, 136, 255
HSL
275°, 100%, 77%
CMYK
20, 47, 0, 0
Luminance
0.3781
Every format
| HEX | #cd88ff |
| RGB | rgb(205, 136, 255) |
| HSL | hsl(275, 100%, 77%) |
| CMYK | cmyk(20%, 47%, 0%, 0%) |
| LAB | lab(67.9 47.5 -49.2) |
| LCH | lch(67.9 68.4 314.0) |
| OKLCH | oklch(0.743 0.178 309.5) |
Copy-ready code
/* CSS */
color: #cd88ff;
background-color: #cd88ff;
/* Tailwind (arbitrary) */
class="text-[#cd88ff] bg-[#cd88ff]"
/* SCSS */
$brand: #cd88ff;
/* SwiftUI */
Color(red: 0.804, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#cd88ff")Accessibility — WCAG contrast
Aa
#cd88ff on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd88ff on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cd88ff text on a black background
contrast 8.56:1
Card sample
#cd88ff text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd88ff;
Background color
Panel with #cd88ff background
background-color: #cd88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd88ff; background: linear-gradient(135deg, #cd88ff, #FF88E2);