#ccbbf8
a pale, electric violet · warm · closest name: plum
RGB
204, 187, 248
HSL
257°, 81%, 85%
CMYK
18, 25, 0, 3
Luminance
0.5516
Every format
| HEX | #ccbbf8 |
| RGB | rgb(204, 187, 248) |
| HSL | hsl(257, 81%, 85%) |
| CMYK | cmyk(18%, 25%, 0%, 3%) |
| LAB | lab(79.1 17.9 -28.0) |
| LCH | lch(79.1 33.2 302.7) |
| OKLCH | oklch(0.827 0.086 297.3) |
Copy-ready code
/* CSS */
color: #ccbbf8;
background-color: #ccbbf8;
/* Tailwind (arbitrary) */
class="text-[#ccbbf8] bg-[#ccbbf8]"
/* SCSS */
$brand: #ccbbf8;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.973)
/* Android */
Color.parseColor("#ccbbf8")Accessibility — WCAG contrast
Aa
#ccbbf8 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbf8 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta24.6%
Yellow0.0%
Key (black)2.7%
Color previews
#ccbbf8 text on a black background
contrast 12.03:1
Card sample
#ccbbf8 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbf8;
Background color
Panel with #ccbbf8 background
background-color: #ccbbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbf8; background: linear-gradient(135deg, #ccbbf8, #F5BBF8);