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