#7bf0af
a light, electric green · cool · closest name: aquamarine
RGB
123, 240, 175
HSL
147°, 80%, 71%
CMYK
49, 0, 27, 6
Luminance
0.6963
Every format
| HEX | #7bf0af |
| RGB | rgb(123, 240, 175) |
| HSL | hsl(147, 80%, 71%) |
| CMYK | cmyk(49%, 0%, 27%, 6%) |
| LAB | lab(86.8 -47.6 21.4) |
| LCH | lch(86.8 52.2 155.8) |
| OKLCH | oklch(0.870 0.141 157.3) |
Copy-ready code
/* CSS */
color: #7bf0af;
background-color: #7bf0af;
/* Tailwind (arbitrary) */
class="text-[#7bf0af] bg-[#7bf0af]"
/* SCSS */
$brand: #7bf0af;
/* SwiftUI */
Color(red: 0.482, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#7bf0af")Accessibility — WCAG contrast
Aa
#7bf0af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf0af on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.1%
Blue68.6%
CMYK percentages
Cyan48.7%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#7bf0af text on a black background
contrast 14.93:1
Card sample
#7bf0af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf0af;
Background color
Panel with #7bf0af background
background-color: #7bf0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf0af; background: linear-gradient(135deg, #7bf0af, #7BE3F0);