#7cecaf
a light, vivid green · cool · closest name: aquamarine
RGB
124, 236, 175
HSL
147°, 75%, 71%
CMYK
48, 0, 26, 8
Luminance
0.6737
Every format
| HEX | #7cecaf |
| RGB | rgb(124, 236, 175) |
| HSL | hsl(147, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 26%, 8%) |
| LAB | lab(85.7 -45.6 19.9) |
| LCH | lch(85.7 49.8 156.5) |
| OKLCH | oklch(0.861 0.135 158.0) |
Copy-ready code
/* CSS */
color: #7cecaf;
background-color: #7cecaf;
/* Tailwind (arbitrary) */
class="text-[#7cecaf] bg-[#7cecaf]"
/* SCSS */
$brand: #7cecaf;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#7cecaf")Accessibility — WCAG contrast
Aa
#7cecaf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cecaf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue68.6%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#7cecaf text on a black background
contrast 14.47:1
Card sample
#7cecaf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cecaf;
Background color
Panel with #7cecaf background
background-color: #7cecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cecaf; background: linear-gradient(135deg, #7cecaf, #7CDEEC);