#7bfdbc
a light, electric green · cool · closest name: aquamarine
RGB
123, 253, 188
HSL
150°, 97%, 74%
CMYK
51, 0, 26, 1
Luminance
0.7809
Every format
| HEX | #7bfdbc |
| RGB | rgb(123, 253, 188) |
| HSL | hsl(150, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 26%, 1%) |
| LAB | lab(90.8 -50.5 20.3) |
| LCH | lch(90.8 54.5 158.1) |
| OKLCH | oklch(0.903 0.148 159.5) |
Copy-ready code
/* CSS */
color: #7bfdbc;
background-color: #7bfdbc;
/* Tailwind (arbitrary) */
class="text-[#7bfdbc] bg-[#7bfdbc]"
/* SCSS */
$brand: #7bfdbc;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#7bfdbc")Accessibility — WCAG contrast
Aa
#7bfdbc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfdbc on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue73.7%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#7bfdbc text on a black background
contrast 16.62:1
Card sample
#7bfdbc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfdbc;
Background color
Panel with #7bfdbc background
background-color: #7bfdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfdbc; background: linear-gradient(135deg, #7bfdbc, #7BE7FD);