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