#c8edb6
a light, vivid green · cool · closest name: beige
RGB
200, 237, 182
HSL
100°, 60%, 82%
CMYK
16, 0, 23, 7
Luminance
0.7623
Every format
| HEX | #c8edb6 |
| RGB | rgb(200, 237, 182) |
| HSL | hsl(100, 60%, 82%) |
| CMYK | cmyk(16%, 0%, 23%, 7%) |
| LAB | lab(90.0 -21.8 22.8) |
| LCH | lch(90.0 31.6 133.8) |
| OKLCH | oklch(0.906 0.083 135.5) |
Copy-ready code
/* CSS */
color: #c8edb6;
background-color: #c8edb6;
/* Tailwind (arbitrary) */
class="text-[#c8edb6] bg-[#c8edb6]"
/* SCSS */
$brand: #c8edb6;
/* SwiftUI */
Color(red: 0.784, green: 0.929, blue: 0.714)
/* Android */
Color.parseColor("#c8edb6")Accessibility — WCAG contrast
Aa
#c8edb6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8edb6 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.9%
Blue71.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow23.2%
Key (black)7.1%
Color previews
#c8edb6 text on a black background
contrast 16.25:1
Card sample
#c8edb6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8edb6;
Background color
Panel with #c8edb6 background
background-color: #c8edb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8edb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 237, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 237, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8edb6; background: linear-gradient(135deg, #c8edb6, #B6EDC9);