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