#ccbaeb
a light, vivid violet · warm · closest name: plum
RGB
204, 186, 235
HSL
262°, 55%, 83%
CMYK
13, 21, 0, 8
Luminance
0.5395
Every format
| HEX | #ccbaeb |
| RGB | rgb(204, 186, 235) |
| HSL | hsl(262, 55%, 83%) |
| CMYK | cmyk(13%, 21%, 0%, 8%) |
| LAB | lab(78.4 15.7 -22.0) |
| LCH | lch(78.4 27.1 305.5) |
| OKLCH | oklch(0.820 0.070 301.6) |
Copy-ready code
/* CSS */
color: #ccbaeb;
background-color: #ccbaeb;
/* Tailwind (arbitrary) */
class="text-[#ccbaeb] bg-[#ccbaeb]"
/* SCSS */
$brand: #ccbaeb;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#ccbaeb")Accessibility — WCAG contrast
Aa
#ccbaeb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbaeb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ccbaeb text on a black background
contrast 11.79:1
Card sample
#ccbaeb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbaeb;
Background color
Panel with #ccbaeb background
background-color: #ccbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbaeb; background: linear-gradient(135deg, #ccbaeb, #EBBAE9);