#cd75ff
a light, electric violet · warm · closest name: violet
RGB
205, 117, 255
HSL
278°, 100%, 73%
CMYK
20, 54, 0, 0
Luminance
0.3292
Every format
| HEX | #cd75ff |
| RGB | rgb(205, 117, 255) |
| HSL | hsl(278, 100%, 73%) |
| CMYK | cmyk(20%, 54%, 0%, 0%) |
| LAB | lab(64.1 57.3 -55.2) |
| LCH | lch(64.1 79.5 316.0) |
| OKLCH | oklch(0.715 0.207 311.7) |
Copy-ready code
/* CSS */
color: #cd75ff;
background-color: #cd75ff;
/* Tailwind (arbitrary) */
class="text-[#cd75ff] bg-[#cd75ff]"
/* SCSS */
$brand: #cd75ff;
/* SwiftUI */
Color(red: 0.804, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#cd75ff")Accessibility — WCAG contrast
Aa
#cd75ff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd75ff on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.9%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cd75ff text on a black background
contrast 7.58:1
Card sample
#cd75ff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd75ff;
Background color
Panel with #cd75ff background
background-color: #cd75ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd75ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd75ff; background: linear-gradient(135deg, #cd75ff, #FF75D5);