#ccb4eb
a light, vivid violet · warm · closest name: plum
RGB
204, 180, 235
HSL
266°, 58%, 81%
CMYK
13, 23, 0, 8
Luminance
0.5148
Every format
| HEX | #ccb4eb |
| RGB | rgb(204, 180, 235) |
| HSL | hsl(266, 58%, 81%) |
| CMYK | cmyk(13%, 23%, 0%, 8%) |
| LAB | lab(77.0 19.0 -24.3) |
| LCH | lch(77.0 30.8 308.0) |
| OKLCH | oklch(0.809 0.080 304.5) |
Copy-ready code
/* CSS */
color: #ccb4eb;
background-color: #ccb4eb;
/* Tailwind (arbitrary) */
class="text-[#ccb4eb] bg-[#ccb4eb]"
/* SCSS */
$brand: #ccb4eb;
/* SwiftUI */
Color(red: 0.800, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#ccb4eb")Accessibility — WCAG contrast
Aa
#ccb4eb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb4eb on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.6%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ccb4eb text on a black background
contrast 11.30:1
Card sample
#ccb4eb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb4eb;
Background color
Panel with #ccb4eb background
background-color: #ccb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb4eb; background: linear-gradient(135deg, #ccb4eb, #EBB4E5);