#c6ecce
a pale, vivid green · cool · closest name: beige
RGB
198, 236, 206
HSL
133°, 50%, 85%
CMYK
16, 0, 13, 8
Luminance
0.7645
Every format
| HEX | #c6ecce |
| RGB | rgb(198, 236, 206) |
| HSL | hsl(133, 50%, 85%) |
| CMYK | cmyk(16%, 0%, 13%, 8%) |
| LAB | lab(90.1 -18.0 10.5) |
| LCH | lch(90.1 20.8 149.8) |
| OKLCH | oklch(0.908 0.057 151.4) |
Copy-ready code
/* CSS */
color: #c6ecce;
background-color: #c6ecce;
/* Tailwind (arbitrary) */
class="text-[#c6ecce] bg-[#c6ecce]"
/* SCSS */
$brand: #c6ecce;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#c6ecce")Accessibility — WCAG contrast
Aa
#c6ecce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ecce on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue80.8%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#c6ecce text on a black background
contrast 16.29:1
Card sample
#c6ecce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ecce;
Background color
Panel with #c6ecce background
background-color: #c6ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ecce; background: linear-gradient(135deg, #c6ecce, #C6ECE7);