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