#ccced4
a light, muted blue · warm · closest name: silver
RGB
204, 206, 212
HSL
225°, 9%, 82%
CMYK
4, 3, 0, 17
Luminance
0.6173
Every format
| HEX | #ccced4 |
| RGB | rgb(204, 206, 212) |
| HSL | hsl(225, 9%, 82%) |
| CMYK | cmyk(4%, 3%, 0%, 17%) |
| LAB | lab(82.8 0.4 -3.2) |
| LCH | lch(82.8 3.2 277.6) |
| OKLCH | oklch(0.852 0.009 271.3) |
Copy-ready code
/* CSS */
color: #ccced4;
background-color: #ccced4;
/* Tailwind (arbitrary) */
class="text-[#ccced4] bg-[#ccced4]"
/* SCSS */
$brand: #ccced4;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.831)
/* Android */
Color.parseColor("#ccced4")Accessibility — WCAG contrast
Aa
#ccced4 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccced4 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta2.8%
Yellow0.0%
Key (black)16.9%
Color previews
#ccced4 text on a black background
contrast 13.35:1
Card sample
#ccced4 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccced4;
Background color
Panel with #ccced4 background
background-color: #ccced4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccced4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccced4; background: linear-gradient(135deg, #ccced4, #CFCCD4);