#7fdbb9
a light, vivid green · cool · closest name: aquamarine
RGB
127, 219, 185
HSL
158°, 56%, 68%
CMYK
42, 0, 16, 14
Luminance
0.5868
Every format
| HEX | #7fdbb9 |
| RGB | rgb(127, 219, 185) |
| HSL | hsl(158, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 16%, 14%) |
| LAB | lab(81.1 -35.2 8.2) |
| LCH | lch(81.1 36.2 166.9) |
| OKLCH | oklch(0.825 0.102 168.0) |
Copy-ready code
/* CSS */
color: #7fdbb9;
background-color: #7fdbb9;
/* Tailwind (arbitrary) */
class="text-[#7fdbb9] bg-[#7fdbb9]"
/* SCSS */
$brand: #7fdbb9;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.725)
/* Android */
Color.parseColor("#7fdbb9")Accessibility — WCAG contrast
Aa
#7fdbb9 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbb9 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue72.5%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow15.5%
Key (black)14.1%
Color previews
#7fdbb9 text on a black background
contrast 12.74:1
Card sample
#7fdbb9 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbb9;
Background color
Panel with #7fdbb9 background
background-color: #7fdbb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbb9; background: linear-gradient(135deg, #7fdbb9, #7FC0DB);