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