#7febba
a light, vivid green · cool · closest name: aquamarine
RGB
127, 235, 186
HSL
153°, 73%, 71%
CMYK
46, 0, 21, 8
Luminance
0.6747
Every format
| HEX | #7febba |
| RGB | rgb(127, 235, 186) |
| HSL | hsl(153, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 21%, 8%) |
| LAB | lab(85.7 -42.3 14.3) |
| LCH | lch(85.7 44.6 161.4) |
| OKLCH | oklch(0.862 0.123 162.7) |
Copy-ready code
/* CSS */
color: #7febba;
background-color: #7febba;
/* Tailwind (arbitrary) */
class="text-[#7febba] bg-[#7febba]"
/* SCSS */
$brand: #7febba;
/* SwiftUI */
Color(red: 0.498, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#7febba")Accessibility — WCAG contrast
Aa
#7febba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7febba on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green92.2%
Blue72.9%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#7febba text on a black background
contrast 14.49:1
Card sample
#7febba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7febba;
Background color
Panel with #7febba background
background-color: #7febba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7febba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7febba; background: linear-gradient(135deg, #7febba, #7FD4EB);