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