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