#cc99ff
a light, electric violet · warm · closest name: violet
RGB
204, 153, 255
HSL
270°, 100%, 80%
CMYK
20, 40, 0, 0
Luminance
0.4284
Every format
| HEX | #cc99ff |
| RGB | rgb(204, 153, 255) |
| HSL | hsl(270, 100%, 80%) |
| CMYK | cmyk(20%, 40%, 0%, 0%) |
| LAB | lab(71.5 38.1 -43.6) |
| LCH | lch(71.5 57.9 311.1) |
| OKLCH | oklch(0.769 0.150 306.2) |
Copy-ready code
/* CSS */
color: #cc99ff;
background-color: #cc99ff;
/* Tailwind (arbitrary) */
class="text-[#cc99ff] bg-[#cc99ff]"
/* SCSS */
$brand: #cc99ff;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#cc99ff")Accessibility — WCAG contrast
Aa
#cc99ff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99ff on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cc99ff text on a black background
contrast 9.57:1
Card sample
#cc99ff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99ff;
Background color
Panel with #cc99ff background
background-color: #cc99ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99ff; background: linear-gradient(135deg, #cc99ff, #FF99EE);