#ccacec
a light, vivid violet · warm · closest name: plum
RGB
204, 172, 236
HSL
270°, 63%, 80%
CMYK
14, 27, 0, 8
Luminance
0.4840
Every format
| HEX | #ccacec |
| RGB | rgb(204, 172, 236) |
| HSL | hsl(270, 63%, 80%) |
| CMYK | cmyk(14%, 27%, 0%, 8%) |
| LAB | lab(75.1 23.6 -27.7) |
| LCH | lch(75.1 36.4 310.4) |
| OKLCH | oklch(0.794 0.095 307.1) |
Copy-ready code
/* CSS */
color: #ccacec;
background-color: #ccacec;
/* Tailwind (arbitrary) */
class="text-[#ccacec] bg-[#ccacec]"
/* SCSS */
$brand: #ccacec;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#ccacec")Accessibility — WCAG contrast
Aa
#ccacec on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccacec on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#ccacec text on a black background
contrast 10.68:1
Card sample
#ccacec text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccacec;
Background color
Panel with #ccacec background
background-color: #ccacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccacec; background: linear-gradient(135deg, #ccacec, #ECACE1);