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