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