#cddcd8
a light, soft cyan · cool · closest name: silver
RGB
205, 220, 216
HSL
164°, 18%, 83%
CMYK
7, 0, 2, 14
Luminance
0.6912
Every format
| HEX | #cddcd8 |
| RGB | rgb(205, 220, 216) |
| HSL | hsl(164, 18%, 83%) |
| CMYK | cmyk(7%, 0%, 2%, 14%) |
| LAB | lab(86.6 -5.8 0.2) |
| LCH | lch(86.6 5.8 177.7) |
| OKLCH | oklch(0.882 0.017 178.2) |
Copy-ready code
/* CSS */
color: #cddcd8;
background-color: #cddcd8;
/* Tailwind (arbitrary) */
class="text-[#cddcd8] bg-[#cddcd8]"
/* SCSS */
$brand: #cddcd8;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.847)
/* Android */
Color.parseColor("#cddcd8")Accessibility — WCAG contrast
Aa
#cddcd8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcd8 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue84.7%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow1.8%
Key (black)13.7%
Color previews
#cddcd8 text on a black background
contrast 14.82:1
Card sample
#cddcd8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcd8;
Background color
Panel with #cddcd8 background
background-color: #cddcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcd8; background: linear-gradient(135deg, #cddcd8, #CDD6DC);