#ccecdc
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 220
HSL
150°, 46%, 86%
CMYK
14, 0, 7, 8
Luminance
0.7800
Every format
| HEX | #ccecdc |
| RGB | rgb(204, 236, 220) |
| HSL | hsl(150, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 7%, 8%) |
| LAB | lab(90.8 -13.5 4.3) |
| LCH | lch(90.8 14.1 162.5) |
| OKLCH | oklch(0.915 0.040 163.9) |
Copy-ready code
/* CSS */
color: #ccecdc;
background-color: #ccecdc;
/* Tailwind (arbitrary) */
class="text-[#ccecdc] bg-[#ccecdc]"
/* SCSS */
$brand: #ccecdc;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.863)
/* Android */
Color.parseColor("#ccecdc")Accessibility — WCAG contrast
Aa
#ccecdc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecdc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue86.3%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow6.8%
Key (black)7.5%
Color previews
#ccecdc text on a black background
contrast 16.60:1
Card sample
#ccecdc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecdc;
Background color
Panel with #ccecdc background
background-color: #ccecdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecdc; background: linear-gradient(135deg, #ccecdc, #CCE7EC);