#cc9df7
a light, electric violet · warm · closest name: plum
RGB
204, 157, 247
HSL
271°, 85%, 79%
CMYK
17, 36, 0, 3
Luminance
0.4367
Every format
| HEX | #cc9df7 |
| RGB | rgb(204, 157, 247) |
| HSL | hsl(271, 85%, 79%) |
| CMYK | cmyk(17%, 36%, 0%, 3%) |
| LAB | lab(72.0 34.1 -38.4) |
| LCH | lch(72.0 51.4 311.6) |
| OKLCH | oklch(0.772 0.134 307.5) |
Copy-ready code
/* CSS */
color: #cc9df7;
background-color: #cc9df7;
/* Tailwind (arbitrary) */
class="text-[#cc9df7] bg-[#cc9df7]"
/* SCSS */
$brand: #cc9df7;
/* SwiftUI */
Color(red: 0.800, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#cc9df7")Accessibility — WCAG contrast
Aa
#cc9df7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9df7 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green61.6%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#cc9df7 text on a black background
contrast 9.73:1
Card sample
#cc9df7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9df7;
Background color
Panel with #cc9df7 background
background-color: #cc9df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9df7; background: linear-gradient(135deg, #cc9df7, #F79DE6);