#7effb0
a light, electric green · cool · closest name: aquamarine
RGB
126, 255, 176
HSL
143°, 100%, 75%
CMYK
51, 0, 31, 0
Luminance
0.7909
Every format
| HEX | #7effb0 |
| RGB | rgb(126, 255, 176) |
| HSL | hsl(143, 100%, 75%) |
| CMYK | cmyk(51%, 0%, 31%, 0%) |
| LAB | lab(91.3 -52.9 27.1) |
| LCH | lch(91.3 59.4 152.9) |
| OKLCH | oklch(0.906 0.160 154.6) |
Copy-ready code
/* CSS */
color: #7effb0;
background-color: #7effb0;
/* Tailwind (arbitrary) */
class="text-[#7effb0] bg-[#7effb0]"
/* SCSS */
$brand: #7effb0;
/* SwiftUI */
Color(red: 0.494, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#7effb0")Accessibility — WCAG contrast
Aa
#7effb0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7effb0 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green100.0%
Blue69.0%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#7effb0 text on a black background
contrast 16.82:1
Card sample
#7effb0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7effb0;
Background color
Panel with #7effb0 background
background-color: #7effb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7effb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7effb0; background: linear-gradient(135deg, #7effb0, #7EF8FF);