#ccbdf0
a light, vivid violet · warm · closest name: plum
RGB
204, 189, 240
HSL
258°, 63%, 84%
CMYK
15, 21, 0, 6
Luminance
0.5552
Every format
| HEX | #ccbdf0 |
| RGB | rgb(204, 189, 240) |
| HSL | hsl(258, 63%, 84%) |
| CMYK | cmyk(15%, 21%, 0%, 6%) |
| LAB | lab(79.3 15.1 -23.3) |
| LCH | lch(79.3 27.8 303.0) |
| OKLCH | oklch(0.828 0.072 298.3) |
Copy-ready code
/* CSS */
color: #ccbdf0;
background-color: #ccbdf0;
/* Tailwind (arbitrary) */
class="text-[#ccbdf0] bg-[#ccbdf0]"
/* SCSS */
$brand: #ccbdf0;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#ccbdf0")Accessibility — WCAG contrast
Aa
#ccbdf0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdf0 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue94.1%
CMYK percentages
Cyan15.0%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#ccbdf0 text on a black background
contrast 12.10:1
Card sample
#ccbdf0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdf0;
Background color
Panel with #ccbdf0 background
background-color: #ccbdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdf0; background: linear-gradient(135deg, #ccbdf0, #EEBDF0);