#7bf2ba
a light, electric green · cool · closest name: aquamarine
RGB
123, 242, 186
HSL
152°, 82%, 72%
CMYK
49, 0, 23, 5
Luminance
0.7126
Every format
| HEX | #7bf2ba |
| RGB | rgb(123, 242, 186) |
| HSL | hsl(152, 82%, 72%) |
| CMYK | cmyk(49%, 0%, 23%, 5%) |
| LAB | lab(87.6 -46.3 16.9) |
| LCH | lch(87.6 49.3 160.0) |
| OKLCH | oklch(0.877 0.135 161.3) |
Copy-ready code
/* CSS */
color: #7bf2ba;
background-color: #7bf2ba;
/* Tailwind (arbitrary) */
class="text-[#7bf2ba] bg-[#7bf2ba]"
/* SCSS */
$brand: #7bf2ba;
/* SwiftUI */
Color(red: 0.482, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#7bf2ba")Accessibility — WCAG contrast
Aa
#7bf2ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf2ba on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.9%
Blue72.9%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#7bf2ba text on a black background
contrast 15.25:1
Card sample
#7bf2ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf2ba;
Background color
Panel with #7bf2ba background
background-color: #7bf2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf2ba; background: linear-gradient(135deg, #7bf2ba, #7BDBF2);