#c7fdbf
a pale, electric green · cool · closest name: aquamarine
RGB
199, 253, 191
HSL
112°, 94%, 87%
CMYK
21, 0, 25, 1
Luminance
0.8615
Every format
| HEX | #c7fdbf |
| RGB | rgb(199, 253, 191) |
| HSL | hsl(112, 94%, 87%) |
| CMYK | cmyk(21%, 0%, 25%, 1%) |
| LAB | lab(94.4 -28.4 24.3) |
| LCH | lch(94.4 37.3 139.5) |
| OKLCH | oklch(0.941 0.099 141.4) |
Copy-ready code
/* CSS */
color: #c7fdbf;
background-color: #c7fdbf;
/* Tailwind (arbitrary) */
class="text-[#c7fdbf] bg-[#c7fdbf]"
/* SCSS */
$brand: #c7fdbf;
/* SwiftUI */
Color(red: 0.780, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#c7fdbf")Accessibility — WCAG contrast
Aa
#c7fdbf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fdbf on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#c7fdbf text on a black background
contrast 18.23:1
Card sample
#c7fdbf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fdbf;
Background color
Panel with #c7fdbf background
background-color: #c7fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fdbf; background: linear-gradient(135deg, #c7fdbf, #BFFDE0);