#7febab
a light, vivid green · cool · closest name: aquamarine
RGB
127, 235, 171
HSL
144°, 73%, 71%
CMYK
46, 0, 27, 8
Luminance
0.6687
Every format
| HEX | #7febab |
| RGB | rgb(127, 235, 171) |
| HSL | hsl(144, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 27%, 8%) |
| LAB | lab(85.4 -45.2 21.6) |
| LCH | lch(85.4 50.1 154.5) |
| OKLCH | oklch(0.859 0.136 156.1) |
Copy-ready code
/* CSS */
color: #7febab;
background-color: #7febab;
/* Tailwind (arbitrary) */
class="text-[#7febab] bg-[#7febab]"
/* SCSS */
$brand: #7febab;
/* SwiftUI */
Color(red: 0.498, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#7febab")Accessibility — WCAG contrast
Aa
#7febab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7febab on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green92.2%
Blue67.1%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#7febab text on a black background
contrast 14.37:1
Card sample
#7febab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7febab;
Background color
Panel with #7febab background
background-color: #7febab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7febab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7febab; background: linear-gradient(135deg, #7febab, #7FE3EB);