#c7fac2
a pale, electric green · cool · closest name: aquamarine
RGB
199, 250, 194
HSL
115°, 85%, 87%
CMYK
20, 0, 22, 2
Luminance
0.8441
Every format
| HEX | #c7fac2 |
| RGB | rgb(199, 250, 194) |
| HSL | hsl(115, 85%, 87%) |
| CMYK | cmyk(20%, 0%, 22%, 2%) |
| LAB | lab(93.6 -26.5 21.7) |
| LCH | lch(93.6 34.2 140.7) |
| OKLCH | oklch(0.936 0.091 142.5) |
Copy-ready code
/* CSS */
color: #c7fac2;
background-color: #c7fac2;
/* Tailwind (arbitrary) */
class="text-[#c7fac2] bg-[#c7fac2]"
/* SCSS */
$brand: #c7fac2;
/* SwiftUI */
Color(red: 0.780, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#c7fac2")Accessibility — WCAG contrast
Aa
#c7fac2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fac2 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.0%
Blue76.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#c7fac2 text on a black background
contrast 17.88:1
Card sample
#c7fac2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fac2;
Background color
Panel with #c7fac2 background
background-color: #c7fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fac2; background: linear-gradient(135deg, #c7fac2, #C2FAE2);