#7cdfaf
a light, vivid green · cool · closest name: aquamarine
RGB
124, 223, 175
HSL
151°, 61%, 68%
CMYK
44, 0, 22, 13
Luminance
0.6016
Every format
| HEX | #7cdfaf |
| RGB | rgb(124, 223, 175) |
| HSL | hsl(151, 61%, 68%) |
| CMYK | cmyk(44%, 0%, 22%, 13%) |
| LAB | lab(81.9 -39.9 14.6) |
| LCH | lch(81.9 42.5 159.9) |
| OKLCH | oklch(0.830 0.117 161.3) |
Copy-ready code
/* CSS */
color: #7cdfaf;
background-color: #7cdfaf;
/* Tailwind (arbitrary) */
class="text-[#7cdfaf] bg-[#7cdfaf]"
/* SCSS */
$brand: #7cdfaf;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#7cdfaf")Accessibility — WCAG contrast
Aa
#7cdfaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdfaf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue68.6%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#7cdfaf text on a black background
contrast 13.03:1
Card sample
#7cdfaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdfaf;
Background color
Panel with #7cdfaf background
background-color: #7cdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdfaf; background: linear-gradient(135deg, #7cdfaf, #7CCDDF);