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