#ccb8eb
a light, vivid violet · warm · closest name: plum
RGB
204, 184, 235
HSL
264°, 56%, 82%
CMYK
13, 22, 0, 8
Luminance
0.5312
Every format
| HEX | #ccb8eb |
| RGB | rgb(204, 184, 235) |
| HSL | hsl(264, 56%, 82%) |
| CMYK | cmyk(13%, 22%, 0%, 8%) |
| LAB | lab(77.9 16.8 -22.8) |
| LCH | lch(77.9 28.3 306.4) |
| OKLCH | oklch(0.816 0.074 302.7) |
Copy-ready code
/* CSS */
color: #ccb8eb;
background-color: #ccb8eb;
/* Tailwind (arbitrary) */
class="text-[#ccb8eb] bg-[#ccb8eb]"
/* SCSS */
$brand: #ccb8eb;
/* SwiftUI */
Color(red: 0.800, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#ccb8eb")Accessibility — WCAG contrast
Aa
#ccb8eb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb8eb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.2%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta21.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ccb8eb text on a black background
contrast 11.62:1
Card sample
#ccb8eb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb8eb;
Background color
Panel with #ccb8eb background
background-color: #ccb8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb8eb; background: linear-gradient(135deg, #ccb8eb, #EBB8E8);