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