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