#7cf5bc
a light, electric green · cool · closest name: aquamarine
RGB
124, 245, 188
HSL
152°, 86%, 72%
CMYK
49, 0, 23, 4
Luminance
0.7322
Every format
| HEX | #7cf5bc |
| RGB | rgb(124, 245, 188) |
| HSL | hsl(152, 86%, 72%) |
| CMYK | cmyk(49%, 0%, 23%, 4%) |
| LAB | lab(88.5 -46.9 17.1) |
| LCH | lch(88.5 50.0 159.9) |
| OKLCH | oklch(0.885 0.137 161.3) |
Copy-ready code
/* CSS */
color: #7cf5bc;
background-color: #7cf5bc;
/* Tailwind (arbitrary) */
class="text-[#7cf5bc] bg-[#7cf5bc]"
/* SCSS */
$brand: #7cf5bc;
/* SwiftUI */
Color(red: 0.486, green: 0.961, blue: 0.737)
/* Android */
Color.parseColor("#7cf5bc")Accessibility — WCAG contrast
Aa
#7cf5bc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf5bc on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green96.1%
Blue73.7%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow23.3%
Key (black)3.9%
Color previews
#7cf5bc text on a black background
contrast 15.64:1
Card sample
#7cf5bc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf5bc;
Background color
Panel with #7cf5bc background
background-color: #7cf5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 245, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 245, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf5bc; background: linear-gradient(135deg, #7cf5bc, #7CDDF5);