#7fdb9b
a light, vivid green · cool · closest name: aquamarine
RGB
127, 219, 155
HSL
138°, 56%, 68%
CMYK
42, 0, 29, 14
Luminance
0.5754
Every format
| HEX | #7fdb9b |
| RGB | rgb(127, 219, 155) |
| HSL | hsl(138, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 29%, 14%) |
| LAB | lab(80.5 -41.2 23.1) |
| LCH | lch(80.5 47.2 150.7) |
| OKLCH | oklch(0.817 0.127 152.5) |
Copy-ready code
/* CSS */
color: #7fdb9b;
background-color: #7fdb9b;
/* Tailwind (arbitrary) */
class="text-[#7fdb9b] bg-[#7fdb9b]"
/* SCSS */
$brand: #7fdb9b;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#7fdb9b")Accessibility — WCAG contrast
Aa
#7fdb9b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdb9b on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue60.8%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow29.2%
Key (black)14.1%
Color previews
#7fdb9b text on a black background
contrast 12.51:1
Card sample
#7fdb9b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdb9b;
Background color
Panel with #7fdb9b background
background-color: #7fdb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdb9b; background: linear-gradient(135deg, #7fdb9b, #7FDBD8);