#c7fdbb
a pale, electric green · cool · closest name: aquamarine
RGB
199, 253, 187
HSL
109°, 94%, 86%
CMYK
21, 0, 26, 1
Luminance
0.8598
Every format
| HEX | #c7fdbb |
| RGB | rgb(199, 253, 187) |
| HSL | hsl(109, 94%, 86%) |
| CMYK | cmyk(21%, 0%, 26%, 1%) |
| LAB | lab(94.3 -29.0 26.2) |
| LCH | lch(94.3 39.1 138.0) |
| OKLCH | oklch(0.941 0.103 140.0) |
Copy-ready code
/* CSS */
color: #c7fdbb;
background-color: #c7fdbb;
/* Tailwind (arbitrary) */
class="text-[#c7fdbb] bg-[#c7fdbb]"
/* SCSS */
$brand: #c7fdbb;
/* SwiftUI */
Color(red: 0.780, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#c7fdbb")Accessibility — WCAG contrast
Aa
#c7fdbb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fdbb on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.2%
Blue73.3%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#c7fdbb text on a black background
contrast 18.20:1
Card sample
#c7fdbb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fdbb;
Background color
Panel with #c7fdbb background
background-color: #c7fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fdbb; background: linear-gradient(135deg, #c7fdbb, #BBFDDB);