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