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