#cddfe0
a light, soft cyan · cool · closest name: silver
RGB
205, 223, 224
HSL
183°, 24%, 84%
CMYK
9, 0, 0, 12
Luminance
0.7114
Every format
| HEX | #cddfe0 |
| RGB | rgb(205, 223, 224) |
| HSL | hsl(183, 24%, 84%) |
| CMYK | cmyk(9%, 0%, 0%, 12%) |
| LAB | lab(87.5 -5.8 -2.5) |
| LCH | lch(87.5 6.3 203.7) |
| OKLCH | oklch(0.890 0.019 200.8) |
Copy-ready code
/* CSS */
color: #cddfe0;
background-color: #cddfe0;
/* Tailwind (arbitrary) */
class="text-[#cddfe0] bg-[#cddfe0]"
/* SCSS */
$brand: #cddfe0;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.878)
/* Android */
Color.parseColor("#cddfe0")Accessibility — WCAG contrast
Aa
#cddfe0 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfe0 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue87.8%
CMYK percentages
Cyan8.5%
Magenta0.4%
Yellow0.0%
Key (black)12.2%
Color previews
#cddfe0 text on a black background
contrast 15.23:1
Card sample
#cddfe0 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfe0;
Background color
Panel with #cddfe0 background
background-color: #cddfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfe0; background: linear-gradient(135deg, #cddfe0, #CDD2E0);