#ccbdfd
a pale, electric blue · warm · closest name: plum
RGB
204, 189, 253
HSL
254°, 94%, 87%
CMYK
19, 25, 0, 1
Luminance
0.5632
Every format
| HEX | #ccbdfd |
| RGB | rgb(204, 189, 253) |
| HSL | hsl(254, 94%, 87%) |
| CMYK | cmyk(19%, 25%, 0%, 1%) |
| LAB | lab(79.8 17.9 -29.6) |
| LCH | lch(79.8 34.6 301.2) |
| OKLCH | oklch(0.833 0.090 295.1) |
Copy-ready code
/* CSS */
color: #ccbdfd;
background-color: #ccbdfd;
/* Tailwind (arbitrary) */
class="text-[#ccbdfd] bg-[#ccbdfd]"
/* SCSS */
$brand: #ccbdfd;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#ccbdfd")Accessibility — WCAG contrast
Aa
#ccbdfd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdfd on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ccbdfd text on a black background
contrast 12.26:1
Card sample
#ccbdfd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdfd;
Background color
Panel with #ccbdfd background
background-color: #ccbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdfd; background: linear-gradient(135deg, #ccbdfd, #F7BDFD);