#c7fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
199, 251, 201
HSL
122°, 87%, 88%
CMYK
21, 0, 20, 2
Luminance
0.8535
Every format
| HEX | #c7fbc9 |
| RGB | rgb(199, 251, 201) |
| HSL | hsl(122, 87%, 88%) |
| CMYK | cmyk(21%, 0%, 20%, 2%) |
| LAB | lab(94.0 -25.8 18.7) |
| LCH | lch(94.0 31.9 144.1) |
| OKLCH | oklch(0.939 0.085 145.8) |
Copy-ready code
/* CSS */
color: #c7fbc9;
background-color: #c7fbc9;
/* Tailwind (arbitrary) */
class="text-[#c7fbc9] bg-[#c7fbc9]"
/* SCSS */
$brand: #c7fbc9;
/* SwiftUI */
Color(red: 0.780, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c7fbc9")Accessibility — WCAG contrast
Aa
#c7fbc9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fbc9 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.4%
Blue78.8%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c7fbc9 text on a black background
contrast 18.07:1
Card sample
#c7fbc9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fbc9;
Background color
Panel with #c7fbc9 background
background-color: #c7fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fbc9; background: linear-gradient(135deg, #c7fbc9, #C7FBEC);