#cddbda
a light, soft cyan · cool · closest name: silver
RGB
205, 219, 218
HSL
176°, 16%, 83%
CMYK
6, 0, 1, 14
Luminance
0.6870
Every format
| HEX | #cddbda |
| RGB | rgb(205, 219, 218) |
| HSL | hsl(176, 16%, 83%) |
| CMYK | cmyk(6%, 0%, 1%, 14%) |
| LAB | lab(86.4 -4.9 -1.1) |
| LCH | lch(86.4 5.0 193.1) |
| OKLCH | oklch(0.880 0.015 191.7) |
Copy-ready code
/* CSS */
color: #cddbda;
background-color: #cddbda;
/* Tailwind (arbitrary) */
class="text-[#cddbda] bg-[#cddbda]"
/* SCSS */
$brand: #cddbda;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#cddbda")Accessibility — WCAG contrast
Aa
#cddbda on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbda on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#cddbda text on a black background
contrast 14.74:1
Card sample
#cddbda text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbda;
Background color
Panel with #cddbda background
background-color: #cddbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbda; background: linear-gradient(135deg, #cddbda, #CDD3DB);