#cd68ff
a light, electric violet · warm · closest name: violet
RGB
205, 104, 255
HSL
280°, 100%, 70%
CMYK
20, 59, 0, 0
Luminance
0.3010
Every format
| HEX | #cd68ff |
| RGB | rgb(205, 104, 255) |
| HSL | hsl(280, 100%, 70%) |
| CMYK | cmyk(20%, 59%, 0%, 0%) |
| LAB | lab(61.7 63.6 -59.0) |
| LCH | lch(61.7 86.7 317.1) |
| OKLCH | oklch(0.697 0.226 312.9) |
Copy-ready code
/* CSS */
color: #cd68ff;
background-color: #cd68ff;
/* Tailwind (arbitrary) */
class="text-[#cd68ff] bg-[#cd68ff]"
/* SCSS */
$brand: #cd68ff;
/* SwiftUI */
Color(red: 0.804, green: 0.408, blue: 1.000)
/* Android */
Color.parseColor("#cd68ff")Accessibility — WCAG contrast
Aa
#cd68ff on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd68ff on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta59.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cd68ff text on a black background
contrast 7.02:1
Card sample
#cd68ff text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd68ff;
Background color
Panel with #cd68ff background
background-color: #cd68ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd68ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 104, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 104, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd68ff; background: linear-gradient(135deg, #cd68ff, #FF68CC);