#c7fba4
a light, electric green · cool · closest name: khaki
RGB
199, 251, 164
HSL
96°, 92%, 81%
CMYK
21, 0, 35, 2
Luminance
0.8382
Every format
| HEX | #c7fba4 |
| RGB | rgb(199, 251, 164) |
| HSL | hsl(96, 92%, 81%) |
| CMYK | cmyk(21%, 0%, 35%, 2%) |
| LAB | lab(93.4 -31.5 36.5) |
| LCH | lch(93.4 48.2 130.8) |
| OKLCH | oklch(0.932 0.125 133.4) |
Copy-ready code
/* CSS */
color: #c7fba4;
background-color: #c7fba4;
/* Tailwind (arbitrary) */
class="text-[#c7fba4] bg-[#c7fba4]"
/* SCSS */
$brand: #c7fba4;
/* SwiftUI */
Color(red: 0.780, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#c7fba4")Accessibility — WCAG contrast
Aa
#c7fba4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fba4 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.4%
Blue64.3%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#c7fba4 text on a black background
contrast 17.76:1
Card sample
#c7fba4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fba4;
Background color
Panel with #c7fba4 background
background-color: #c7fba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fba4; background: linear-gradient(135deg, #c7fba4, #A4FBBB);