#ccd2dc
a light, soft blue · cool · closest name: silver
RGB
204, 210, 220
HSL
218°, 19%, 83%
CMYK
7, 5, 0, 14
Luminance
0.6410
Every format
| HEX | #ccd2dc |
| RGB | rgb(204, 210, 220) |
| HSL | hsl(218, 19%, 83%) |
| CMYK | cmyk(7%, 5%, 0%, 14%) |
| LAB | lab(84.0 -0.1 -5.6) |
| LCH | lch(84.0 5.6 268.6) |
| OKLCH | oklch(0.862 0.015 260.7) |
Copy-ready code
/* CSS */
color: #ccd2dc;
background-color: #ccd2dc;
/* Tailwind (arbitrary) */
class="text-[#ccd2dc] bg-[#ccd2dc]"
/* SCSS */
$brand: #ccd2dc;
/* SwiftUI */
Color(red: 0.800, green: 0.824, blue: 0.863)
/* Android */
Color.parseColor("#ccd2dc")Accessibility — WCAG contrast
Aa
#ccd2dc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd2dc on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green82.4%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta4.5%
Yellow0.0%
Key (black)13.7%
Color previews
#ccd2dc text on a black background
contrast 13.82:1
Card sample
#ccd2dc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd2dc;
Background color
Panel with #ccd2dc background
background-color: #ccd2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 210, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 210, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd2dc; background: linear-gradient(135deg, #ccd2dc, #D1CCDC);