#ccacee
a light, vivid violet · warm · closest name: plum
RGB
204, 172, 238
HSL
269°, 66%, 80%
CMYK
14, 28, 0, 7
Luminance
0.4852
Every format
| HEX | #ccacee |
| RGB | rgb(204, 172, 238) |
| HSL | hsl(269, 66%, 80%) |
| CMYK | cmyk(14%, 28%, 0%, 7%) |
| LAB | lab(75.2 24.0 -28.7) |
| LCH | lch(75.2 37.4 309.9) |
| OKLCH | oklch(0.795 0.098 306.4) |
Copy-ready code
/* CSS */
color: #ccacee;
background-color: #ccacee;
/* Tailwind (arbitrary) */
class="text-[#ccacee] bg-[#ccacee]"
/* SCSS */
$brand: #ccacee;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#ccacee")Accessibility — WCAG contrast
Aa
#ccacee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccacee on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ccacee text on a black background
contrast 10.70:1
Card sample
#ccacee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccacee;
Background color
Panel with #ccacee background
background-color: #ccacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccacee; background: linear-gradient(135deg, #ccacee, #EEACE4);