#ccecad
a light, vivid green · cool · closest name: khaki
RGB
204, 236, 173
HSL
91°, 62%, 80%
CMYK
14, 0, 27, 8
Luminance
0.7585
Every format
| HEX | #ccecad |
| RGB | rgb(204, 236, 173) |
| HSL | hsl(91, 62%, 80%) |
| CMYK | cmyk(14%, 0%, 27%, 8%) |
| LAB | lab(89.8 -21.3 27.2) |
| LCH | lch(89.8 34.6 128.1) |
| OKLCH | oklch(0.904 0.090 129.9) |
Copy-ready code
/* CSS */
color: #ccecad;
background-color: #ccecad;
/* Tailwind (arbitrary) */
class="text-[#ccecad] bg-[#ccecad]"
/* SCSS */
$brand: #ccecad;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#ccecad")Accessibility — WCAG contrast
Aa
#ccecad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecad on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue67.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#ccecad text on a black background
contrast 16.17:1
Card sample
#ccecad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecad;
Background color
Panel with #ccecad background
background-color: #ccecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecad; background: linear-gradient(135deg, #ccecad, #ADECB8);