#cd8fff
a light, electric violet · warm · closest name: violet
RGB
205, 143, 255
HSL
273°, 100%, 78%
CMYK
20, 44, 0, 0
Luminance
0.3984
Every format
| HEX | #cd8fff |
| RGB | rgb(205, 143, 255) |
| HSL | hsl(273, 100%, 78%) |
| CMYK | cmyk(20%, 44%, 0%, 0%) |
| LAB | lab(69.4 43.7 -46.9) |
| LCH | lch(69.4 64.1 313.0) |
| OKLCH | oklch(0.754 0.167 308.4) |
Copy-ready code
/* CSS */
color: #cd8fff;
background-color: #cd8fff;
/* Tailwind (arbitrary) */
class="text-[#cd8fff] bg-[#cd8fff]"
/* SCSS */
$brand: #cd8fff;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#cd8fff")Accessibility — WCAG contrast
Aa
#cd8fff on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fff on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cd8fff text on a black background
contrast 8.97:1
Card sample
#cd8fff text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fff;
Background color
Panel with #cd8fff background
background-color: #cd8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fff; background: linear-gradient(135deg, #cd8fff, #FF8FE6);