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