#cddada
a light, muted cyan · cool · closest name: silver
RGB
205, 218, 218
HSL
180°, 15%, 83%
CMYK
6, 0, 0, 15
Luminance
0.6818
Every format
| HEX | #cddada |
| RGB | rgb(205, 218, 218) |
| HSL | hsl(180, 15%, 83%) |
| CMYK | cmyk(6%, 0%, 0%, 15%) |
| LAB | lab(86.1 -4.4 -1.5) |
| LCH | lch(86.1 4.6 199.1) |
| OKLCH | oklch(0.878 0.014 196.9) |
Copy-ready code
/* CSS */
color: #cddada;
background-color: #cddada;
/* Tailwind (arbitrary) */
class="text-[#cddada] bg-[#cddada]"
/* SCSS */
$brand: #cddada;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#cddada")Accessibility — WCAG contrast
Aa
#cddada on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddada on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cddada text on a black background
contrast 14.64:1
Card sample
#cddada text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddada;
Background color
Panel with #cddada background
background-color: #cddada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddada; background: linear-gradient(135deg, #cddada, #CDD1DA);