#ccdbf2
a pale, vivid blue · cool · closest name: lavender
RGB
204, 219, 242
HSL
216°, 59%, 88%
CMYK
16, 10, 0, 5
Luminance
0.6991
Every format
| HEX | #ccdbf2 |
| RGB | rgb(204, 219, 242) |
| HSL | hsl(216, 59%, 88%) |
| CMYK | cmyk(16%, 10%, 0%, 5%) |
| LAB | lab(87.0 -0.4 -12.9) |
| LCH | lch(87.0 12.9 268.1) |
| OKLCH | oklch(0.887 0.036 258.9) |
Copy-ready code
/* CSS */
color: #ccdbf2;
background-color: #ccdbf2;
/* Tailwind (arbitrary) */
class="text-[#ccdbf2] bg-[#ccdbf2]"
/* SCSS */
$brand: #ccdbf2;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#ccdbf2")Accessibility — WCAG contrast
Aa
#ccdbf2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbf2 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue94.9%
CMYK percentages
Cyan15.7%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#ccdbf2 text on a black background
contrast 14.98:1
Card sample
#ccdbf2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbf2;
Background color
Panel with #ccdbf2 background
background-color: #ccdbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbf2; background: linear-gradient(135deg, #ccdbf2, #D6CCF2);