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