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