#ccbdfa
a pale, electric blue · warm · closest name: plum
RGB
204, 189, 250
HSL
255°, 86%, 86%
CMYK
18, 24, 0, 2
Luminance
0.5613
Every format
| HEX | #ccbdfa |
| RGB | rgb(204, 189, 250) |
| HSL | hsl(255, 86%, 86%) |
| CMYK | cmyk(18%, 24%, 0%, 2%) |
| LAB | lab(79.7 17.3 -28.2) |
| LCH | lch(79.7 33.1 301.6) |
| OKLCH | oklch(0.832 0.086 295.8) |
Copy-ready code
/* CSS */
color: #ccbdfa;
background-color: #ccbdfa;
/* Tailwind (arbitrary) */
class="text-[#ccbdfa] bg-[#ccbdfa]"
/* SCSS */
$brand: #ccbdfa;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.980)
/* Android */
Color.parseColor("#ccbdfa")Accessibility — WCAG contrast
Aa
#ccbdfa on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdfa on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue98.0%
CMYK percentages
Cyan18.4%
Magenta24.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ccbdfa text on a black background
contrast 12.23:1
Card sample
#ccbdfa text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdfa;
Background color
Panel with #ccbdfa background
background-color: #ccbdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdfa; background: linear-gradient(135deg, #ccbdfa, #F5BDFA);