#ccbdee
a light, vivid violet · warm · closest name: plum
RGB
204, 189, 238
HSL
258°, 59%, 84%
CMYK
14, 21, 0, 7
Luminance
0.5541
Every format
| HEX | #ccbdee |
| RGB | rgb(204, 189, 238) |
| HSL | hsl(258, 59%, 84%) |
| CMYK | cmyk(14%, 21%, 0%, 7%) |
| LAB | lab(79.3 14.7 -22.4) |
| LCH | lch(79.3 26.8 303.3) |
| OKLCH | oklch(0.827 0.070 298.9) |
Copy-ready code
/* CSS */
color: #ccbdee;
background-color: #ccbdee;
/* Tailwind (arbitrary) */
class="text-[#ccbdee] bg-[#ccbdee]"
/* SCSS */
$brand: #ccbdee;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#ccbdee")Accessibility — WCAG contrast
Aa
#ccbdee on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdee on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ccbdee text on a black background
contrast 12.08:1
Card sample
#ccbdee text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdee;
Background color
Panel with #ccbdee background
background-color: #ccbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdee; background: linear-gradient(135deg, #ccbdee, #EDBDEE);