#c6edb3
a light, vivid green · cool · closest name: beige
RGB
198, 237, 179
HSL
100°, 62%, 82%
CMYK
17, 0, 25, 7
Luminance
0.7583
Every format
| HEX | #c6edb3 |
| RGB | rgb(198, 237, 179) |
| HSL | hsl(100, 62%, 82%) |
| CMYK | cmyk(17%, 0%, 25%, 7%) |
| LAB | lab(89.8 -23.0 24.0) |
| LCH | lch(89.8 33.3 133.7) |
| OKLCH | oklch(0.904 0.087 135.5) |
Copy-ready code
/* CSS */
color: #c6edb3;
background-color: #c6edb3;
/* Tailwind (arbitrary) */
class="text-[#c6edb3] bg-[#c6edb3]"
/* SCSS */
$brand: #c6edb3;
/* SwiftUI */
Color(red: 0.776, green: 0.929, blue: 0.702)
/* Android */
Color.parseColor("#c6edb3")Accessibility — WCAG contrast
Aa
#c6edb3 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6edb3 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.9%
Blue70.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow24.5%
Key (black)7.1%
Color previews
#c6edb3 text on a black background
contrast 16.17:1
Card sample
#c6edb3 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6edb3;
Background color
Panel with #c6edb3 background
background-color: #c6edb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6edb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 237, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 237, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6edb3; background: linear-gradient(135deg, #c6edb3, #B3EDC7);