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