#c8e2ab
a light, vivid green · cool · closest name: beige
RGB
200, 226, 171
HSL
88°, 49%, 78%
CMYK
12, 0, 24, 11
Luminance
0.6961
Every format
| HEX | #c8e2ab |
| RGB | rgb(200, 226, 171) |
| HSL | hsl(88, 49%, 78%) |
| CMYK | cmyk(12%, 0%, 24%, 11%) |
| LAB | lab(86.8 -18.1 24.1) |
| LCH | lch(86.8 30.2 127.0) |
| OKLCH | oklch(0.880 0.078 128.5) |
Copy-ready code
/* CSS */
color: #c8e2ab;
background-color: #c8e2ab;
/* Tailwind (arbitrary) */
class="text-[#c8e2ab] bg-[#c8e2ab]"
/* SCSS */
$brand: #c8e2ab;
/* SwiftUI */
Color(red: 0.784, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#c8e2ab")Accessibility — WCAG contrast
Aa
#c8e2ab on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e2ab on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green88.6%
Blue67.1%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#c8e2ab text on a black background
contrast 14.92:1
Card sample
#c8e2ab text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e2ab;
Background color
Panel with #c8e2ab background
background-color: #c8e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e2ab; background: linear-gradient(135deg, #c8e2ab, #ABE2B3);