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