#ccdcef
a pale, vivid blue · cool · closest name: lavender
RGB
204, 220, 239
HSL
213°, 52%, 87%
CMYK
15, 8, 0, 6
Luminance
0.7026
Every format
| HEX | #ccdcef |
| RGB | rgb(204, 220, 239) |
| HSL | hsl(213, 52%, 87%) |
| CMYK | cmyk(15%, 8%, 0%, 6%) |
| LAB | lab(87.1 -1.6 -11.1) |
| LCH | lch(87.1 11.2 261.9) |
| OKLCH | oklch(0.888 0.031 252.7) |
Copy-ready code
/* CSS */
color: #ccdcef;
background-color: #ccdcef;
/* Tailwind (arbitrary) */
class="text-[#ccdcef] bg-[#ccdcef]"
/* SCSS */
$brand: #ccdcef;
/* SwiftUI */
Color(red: 0.800, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#ccdcef")Accessibility — WCAG contrast
Aa
#ccdcef on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdcef on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green86.3%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#ccdcef text on a black background
contrast 15.05:1
Card sample
#ccdcef text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdcef;
Background color
Panel with #ccdcef background
background-color: #ccdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdcef; background: linear-gradient(135deg, #ccdcef, #D3CCEF);