#cd75fd
a light, electric violet · warm · closest name: violet
RGB
205, 117, 253
HSL
279°, 97%, 73%
CMYK
19, 54, 0, 1
Luminance
0.3279
Every format
| HEX | #cd75fd |
| RGB | rgb(205, 117, 253) |
| HSL | hsl(279, 97%, 73%) |
| CMYK | cmyk(19%, 54%, 0%, 1%) |
| LAB | lab(64.0 56.8 -54.3) |
| LCH | lch(64.0 78.6 316.3) |
| OKLCH | oklch(0.714 0.205 312.2) |
Copy-ready code
/* CSS */
color: #cd75fd;
background-color: #cd75fd;
/* Tailwind (arbitrary) */
class="text-[#cd75fd] bg-[#cd75fd]"
/* SCSS */
$brand: #cd75fd;
/* SwiftUI */
Color(red: 0.804, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#cd75fd")Accessibility — WCAG contrast
Aa
#cd75fd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd75fd on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.9%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cd75fd text on a black background
contrast 7.56:1
Card sample
#cd75fd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd75fd;
Background color
Panel with #cd75fd background
background-color: #cd75fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd75fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd75fd; background: linear-gradient(135deg, #cd75fd, #FD75D2);