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