#ccbbee
a light, vivid violet · warm · closest name: plum
RGB
204, 187, 238
HSL
260°, 60%, 83%
CMYK
14, 21, 0, 7
Luminance
0.5455
Every format
| HEX | #ccbbee |
| RGB | rgb(204, 187, 238) |
| HSL | hsl(260, 60%, 83%) |
| CMYK | cmyk(14%, 21%, 0%, 7%) |
| LAB | lab(78.8 15.8 -23.1) |
| LCH | lch(78.8 28.0 304.3) |
| OKLCH | oklch(0.823 0.073 300.1) |
Copy-ready code
/* CSS */
color: #ccbbee;
background-color: #ccbbee;
/* Tailwind (arbitrary) */
class="text-[#ccbbee] bg-[#ccbbee]"
/* SCSS */
$brand: #ccbbee;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#ccbbee")Accessibility — WCAG contrast
Aa
#ccbbee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbee on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ccbbee text on a black background
contrast 11.91:1
Card sample
#ccbbee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbee;
Background color
Panel with #ccbbee background
background-color: #ccbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbee; background: linear-gradient(135deg, #ccbbee, #EEBBEE);