#cc99f5
a light, electric violet · warm · closest name: plum
RGB
204, 153, 245
HSL
273°, 82%, 78%
CMYK
17, 38, 0, 4
Luminance
0.4221
Every format
| HEX | #cc99f5 |
| RGB | rgb(204, 153, 245) |
| HSL | hsl(273, 82%, 78%) |
| CMYK | cmyk(17%, 38%, 0%, 4%) |
| LAB | lab(71.0 35.9 -38.9) |
| LCH | lch(71.0 52.9 312.7) |
| OKLCH | oklch(0.764 0.138 308.9) |
Copy-ready code
/* CSS */
color: #cc99f5;
background-color: #cc99f5;
/* Tailwind (arbitrary) */
class="text-[#cc99f5] bg-[#cc99f5]"
/* SCSS */
$brand: #cc99f5;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.961)
/* Android */
Color.parseColor("#cc99f5")Accessibility — WCAG contrast
Aa
#cc99f5 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99f5 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta37.6%
Yellow0.0%
Key (black)3.9%
Color previews
#cc99f5 text on a black background
contrast 9.44:1
Card sample
#cc99f5 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99f5;
Background color
Panel with #cc99f5 background
background-color: #cc99f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99f5; background: linear-gradient(135deg, #cc99f5, #F599E1);