#c6ecdc
a pale, vivid green · cool · closest name: beige
RGB
198, 236, 220
HSL
155°, 50%, 85%
CMYK
16, 0, 7, 8
Luminance
0.7716
Every format
| HEX | #c6ecdc |
| RGB | rgb(198, 236, 220) |
| HSL | hsl(155, 50%, 85%) |
| CMYK | cmyk(16%, 0%, 7%, 8%) |
| LAB | lab(90.4 -15.4 3.6) |
| LCH | lch(90.4 15.8 166.7) |
| OKLCH | oklch(0.911 0.045 167.9) |
Copy-ready code
/* CSS */
color: #c6ecdc;
background-color: #c6ecdc;
/* Tailwind (arbitrary) */
class="text-[#c6ecdc] bg-[#c6ecdc]"
/* SCSS */
$brand: #c6ecdc;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.863)
/* Android */
Color.parseColor("#c6ecdc")Accessibility — WCAG contrast
Aa
#c6ecdc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ecdc on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue86.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow6.8%
Key (black)7.5%
Color previews
#c6ecdc text on a black background
contrast 16.43:1
Card sample
#c6ecdc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ecdc;
Background color
Panel with #c6ecdc background
background-color: #c6ecdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ecdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ecdc; background: linear-gradient(135deg, #c6ecdc, #C6E3EC);