#c7fbab
a light, electric green · cool · closest name: khaki
RGB
199, 251, 171
HSL
99°, 91%, 83%
CMYK
21, 0, 32, 2
Luminance
0.8408
Every format
| HEX | #c7fbab |
| RGB | rgb(199, 251, 171) |
| HSL | hsl(99, 91%, 83%) |
| CMYK | cmyk(21%, 0%, 32%, 2%) |
| LAB | lab(93.5 -30.5 33.1) |
| LCH | lch(93.5 45.0 132.6) |
| OKLCH | oklch(0.933 0.117 135.0) |
Copy-ready code
/* CSS */
color: #c7fbab;
background-color: #c7fbab;
/* Tailwind (arbitrary) */
class="text-[#c7fbab] bg-[#c7fbab]"
/* SCSS */
$brand: #c7fbab;
/* SwiftUI */
Color(red: 0.780, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#c7fbab")Accessibility — WCAG contrast
Aa
#c7fbab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fbab on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.4%
Blue67.1%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#c7fbab text on a black background
contrast 17.82:1
Card sample
#c7fbab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fbab;
Background color
Panel with #c7fbab background
background-color: #c7fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fbab; background: linear-gradient(135deg, #c7fbab, #ABFBC4);