#ccdbfa
a pale, electric blue · cool · closest name: lavender
RGB
204, 219, 250
HSL
220°, 82%, 89%
CMYK
18, 12, 0, 2
Luminance
0.7040
Every format
| HEX | #ccdbfa |
| RGB | rgb(204, 219, 250) |
| HSL | hsl(220, 82%, 89%) |
| CMYK | cmyk(18%, 12%, 0%, 2%) |
| LAB | lab(87.2 1.3 -16.8) |
| LCH | lch(87.2 16.8 274.3) |
| OKLCH | oklch(0.890 0.046 264.9) |
Copy-ready code
/* CSS */
color: #ccdbfa;
background-color: #ccdbfa;
/* Tailwind (arbitrary) */
class="text-[#ccdbfa] bg-[#ccdbfa]"
/* SCSS */
$brand: #ccdbfa;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#ccdbfa")Accessibility — WCAG contrast
Aa
#ccdbfa on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbfa on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue98.0%
CMYK percentages
Cyan18.4%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ccdbfa text on a black background
contrast 15.08:1
Card sample
#ccdbfa text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbfa;
Background color
Panel with #ccdbfa background
background-color: #ccdbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbfa; background: linear-gradient(135deg, #ccdbfa, #DCCCFA);