#cceccd
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 205
HSL
122°, 46%, 86%
CMYK
14, 0, 13, 8
Luminance
0.7724
Every format
| HEX | #cceccd |
| RGB | rgb(204, 236, 205) |
| HSL | hsl(122, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 13%, 8%) |
| LAB | lab(90.4 -16.2 11.6) |
| LCH | lch(90.4 19.9 144.5) |
| OKLCH | oklch(0.912 0.053 146.0) |
Copy-ready code
/* CSS */
color: #cceccd;
background-color: #cceccd;
/* Tailwind (arbitrary) */
class="text-[#cceccd] bg-[#cceccd]"
/* SCSS */
$brand: #cceccd;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#cceccd")Accessibility — WCAG contrast
Aa
#cceccd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceccd on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue80.4%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#cceccd text on a black background
contrast 16.45:1
Card sample
#cceccd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceccd;
Background color
Panel with #cceccd background
background-color: #cceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceccd; background: linear-gradient(135deg, #cceccd, #CCECE2);