#c6ecc2
a light, vivid green · cool · closest name: beige
RGB
198, 236, 194
HSL
114°, 53%, 84%
CMYK
16, 0, 18, 8
Luminance
0.7589
Every format
| HEX | #c6ecc2 |
| RGB | rgb(198, 236, 194) |
| HSL | hsl(114, 53%, 84%) |
| CMYK | cmyk(16%, 0%, 18%, 8%) |
| LAB | lab(89.8 -20.1 16.3) |
| LCH | lch(89.8 25.9 140.9) |
| OKLCH | oklch(0.905 0.069 142.4) |
Copy-ready code
/* CSS */
color: #c6ecc2;
background-color: #c6ecc2;
/* Tailwind (arbitrary) */
class="text-[#c6ecc2] bg-[#c6ecc2]"
/* SCSS */
$brand: #c6ecc2;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.761)
/* Android */
Color.parseColor("#c6ecc2")Accessibility — WCAG contrast
Aa
#c6ecc2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ecc2 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue76.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow17.8%
Key (black)7.5%
Color previews
#c6ecc2 text on a black background
contrast 16.18:1
Card sample
#c6ecc2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ecc2;
Background color
Panel with #c6ecc2 background
background-color: #c6ecc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ecc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ecc2; background: linear-gradient(135deg, #c6ecc2, #C2ECDA);