#cc67fd
a light, electric violet · warm · closest name: violet
RGB
204, 103, 253
HSL
280°, 97%, 70%
CMYK
19, 59, 0, 1
Luminance
0.2963
Every format
| HEX | #cc67fd |
| RGB | rgb(204, 103, 253) |
| HSL | hsl(280, 97%, 70%) |
| CMYK | cmyk(19%, 59%, 0%, 1%) |
| LAB | lab(61.3 63.4 -58.5) |
| LCH | lch(61.3 86.3 317.3) |
| OKLCH | oklch(0.694 0.225 313.1) |
Copy-ready code
/* CSS */
color: #cc67fd;
background-color: #cc67fd;
/* Tailwind (arbitrary) */
class="text-[#cc67fd] bg-[#cc67fd]"
/* SCSS */
$brand: #cc67fd;
/* SwiftUI */
Color(red: 0.800, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#cc67fd")Accessibility — WCAG contrast
Aa
#cc67fd on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc67fd on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.4%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cc67fd text on a black background
contrast 6.93:1
Card sample
#cc67fd text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc67fd;
Background color
Panel with #cc67fd background
background-color: #cc67fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc67fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc67fd; background: linear-gradient(135deg, #cc67fd, #FD67CA);