#7cdfbc
a light, vivid green · cool · closest name: aquamarine
RGB
124, 223, 188
HSL
159°, 61%, 68%
CMYK
44, 0, 16, 13
Luminance
0.6069
Every format
| HEX | #7cdfbc |
| RGB | rgb(124, 223, 188) |
| HSL | hsl(159, 61%, 68%) |
| CMYK | cmyk(44%, 0%, 16%, 13%) |
| LAB | lab(82.2 -37.2 8.2) |
| LCH | lch(82.2 38.1 167.6) |
| OKLCH | oklch(0.833 0.107 168.7) |
Copy-ready code
/* CSS */
color: #7cdfbc;
background-color: #7cdfbc;
/* Tailwind (arbitrary) */
class="text-[#7cdfbc] bg-[#7cdfbc]"
/* SCSS */
$brand: #7cdfbc;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#7cdfbc")Accessibility — WCAG contrast
Aa
#7cdfbc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdfbc on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#7cdfbc text on a black background
contrast 13.14:1
Card sample
#7cdfbc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdfbc;
Background color
Panel with #7cdfbc background
background-color: #7cdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdfbc; background: linear-gradient(135deg, #7cdfbc, #7CC0DF);