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