#ccdecf
a light, soft green · cool · closest name: beige
RGB
204, 222, 207
HSL
130°, 21%, 84%
CMYK
8, 0, 7, 13
Luminance
0.6958
Every format
| HEX | #ccdecf |
| RGB | rgb(204, 222, 207) |
| HSL | hsl(130, 21%, 84%) |
| CMYK | cmyk(8%, 0%, 7%, 13%) |
| LAB | lab(86.8 -8.8 5.3) |
| LCH | lch(86.8 10.3 148.9) |
| OKLCH | oklch(0.883 0.028 150.4) |
Copy-ready code
/* CSS */
color: #ccdecf;
background-color: #ccdecf;
/* Tailwind (arbitrary) */
class="text-[#ccdecf] bg-[#ccdecf]"
/* SCSS */
$brand: #ccdecf;
/* SwiftUI */
Color(red: 0.800, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#ccdecf")Accessibility — WCAG contrast
Aa
#ccdecf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdecf on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#ccdecf text on a black background
contrast 14.92:1
Card sample
#ccdecf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdecf;
Background color
Panel with #ccdecf background
background-color: #ccdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdecf; background: linear-gradient(135deg, #ccdecf, #CCDEDB);