#7fdfbc
a light, vivid green · cool · closest name: aquamarine
RGB
127, 223, 188
HSL
158°, 60%, 69%
CMYK
43, 0, 16, 13
Luminance
0.6092
Every format
| HEX | #7fdfbc |
| RGB | rgb(127, 223, 188) |
| HSL | hsl(158, 60%, 69%) |
| CMYK | cmyk(43%, 0%, 16%, 13%) |
| LAB | lab(82.3 -36.4 8.4) |
| LCH | lch(82.3 37.4 167.1) |
| OKLCH | oklch(0.835 0.105 168.2) |
Copy-ready code
/* CSS */
color: #7fdfbc;
background-color: #7fdfbc;
/* Tailwind (arbitrary) */
class="text-[#7fdfbc] bg-[#7fdfbc]"
/* SCSS */
$brand: #7fdfbc;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#7fdfbc")Accessibility — WCAG contrast
Aa
#7fdfbc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdfbc on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#7fdfbc text on a black background
contrast 13.18:1
Card sample
#7fdfbc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdfbc;
Background color
Panel with #7fdfbc background
background-color: #7fdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdfbc; background: linear-gradient(135deg, #7fdfbc, #7FC2DF);