#c6e2ac
a light, vivid green · cool · closest name: beige
RGB
198, 226, 172
HSL
91°, 48%, 78%
CMYK
12, 0, 24, 11
Luminance
0.6938
Every format
| HEX | #c6e2ac |
| RGB | rgb(198, 226, 172) |
| HSL | hsl(91, 48%, 78%) |
| CMYK | cmyk(12%, 0%, 24%, 11%) |
| LAB | lab(86.7 -18.7 23.4) |
| LCH | lch(86.7 30.0 128.6) |
| OKLCH | oklch(0.879 0.078 130.2) |
Copy-ready code
/* CSS */
color: #c6e2ac;
background-color: #c6e2ac;
/* Tailwind (arbitrary) */
class="text-[#c6e2ac] bg-[#c6e2ac]"
/* SCSS */
$brand: #c6e2ac;
/* SwiftUI */
Color(red: 0.776, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#c6e2ac")Accessibility — WCAG contrast
Aa
#c6e2ac on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6e2ac on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green88.6%
Blue67.5%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#c6e2ac text on a black background
contrast 14.88:1
Card sample
#c6e2ac text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6e2ac;
Background color
Panel with #c6e2ac background
background-color: #c6e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6e2ac; background: linear-gradient(135deg, #c6e2ac, #ACE2B6);