#ccdbf0
a pale, vivid blue · cool · closest name: lavender
RGB
204, 219, 240
HSL
215°, 55%, 87%
CMYK
15, 9, 0, 6
Luminance
0.6979
Every format
| HEX | #ccdbf0 |
| RGB | rgb(204, 219, 240) |
| HSL | hsl(215, 55%, 87%) |
| CMYK | cmyk(15%, 9%, 0%, 6%) |
| LAB | lab(86.9 -0.8 -12.0) |
| LCH | lch(86.9 12.0 266.0) |
| OKLCH | oklch(0.887 0.033 256.8) |
Copy-ready code
/* CSS */
color: #ccdbf0;
background-color: #ccdbf0;
/* Tailwind (arbitrary) */
class="text-[#ccdbf0] bg-[#ccdbf0]"
/* SCSS */
$brand: #ccdbf0;
/* SwiftUI */
Color(red: 0.800, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#ccdbf0")Accessibility — WCAG contrast
Aa
#ccdbf0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdbf0 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.9%
Blue94.1%
CMYK percentages
Cyan15.0%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ccdbf0 text on a black background
contrast 14.96:1
Card sample
#ccdbf0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdbf0;
Background color
Panel with #ccdbf0 background
background-color: #ccdbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdbf0; background: linear-gradient(135deg, #ccdbf0, #D5CCF0);