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