#c6ecba
a light, vivid green · cool · closest name: beige
RGB
198, 236, 186
HSL
106°, 57%, 83%
CMYK
16, 0, 21, 8
Luminance
0.7554
Every format
| HEX | #c6ecba |
| RGB | rgb(198, 236, 186) |
| HSL | hsl(106, 57%, 83%) |
| CMYK | cmyk(16%, 0%, 21%, 8%) |
| LAB | lab(89.7 -21.4 20.3) |
| LCH | lch(89.7 29.5 136.6) |
| OKLCH | oklch(0.903 0.078 138.2) |
Copy-ready code
/* CSS */
color: #c6ecba;
background-color: #c6ecba;
/* Tailwind (arbitrary) */
class="text-[#c6ecba] bg-[#c6ecba]"
/* SCSS */
$brand: #c6ecba;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#c6ecba")Accessibility — WCAG contrast
Aa
#c6ecba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ecba on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue72.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#c6ecba text on a black background
contrast 16.11:1
Card sample
#c6ecba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ecba;
Background color
Panel with #c6ecba background
background-color: #c6ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ecba; background: linear-gradient(135deg, #c6ecba, #BAECCF);