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