#ccdfd9
a light, soft cyan · cool · closest name: silver
RGB
204, 223, 217
HSL
161°, 23%, 84%
CMYK
9, 0, 3, 13
Luminance
0.7062
Every format
| HEX | #ccdfd9 |
| RGB | rgb(204, 223, 217) |
| HSL | hsl(161, 23%, 84%) |
| CMYK | cmyk(9%, 0%, 3%, 13%) |
| LAB | lab(87.3 -7.5 0.8) |
| LCH | lch(87.3 7.5 174.1) |
| OKLCH | oklch(0.888 0.022 174.9) |
Copy-ready code
/* CSS */
color: #ccdfd9;
background-color: #ccdfd9;
/* Tailwind (arbitrary) */
class="text-[#ccdfd9] bg-[#ccdfd9]"
/* SCSS */
$brand: #ccdfd9;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#ccdfd9")Accessibility — WCAG contrast
Aa
#ccdfd9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfd9 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue85.1%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#ccdfd9 text on a black background
contrast 15.12:1
Card sample
#ccdfd9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfd9;
Background color
Panel with #ccdfd9 background
background-color: #ccdfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfd9; background: linear-gradient(135deg, #ccdfd9, #CCD8DF);