#7bfdbf
a light, electric green · cool · closest name: aquamarine
RGB
123, 253, 191
HSL
151°, 97%, 74%
CMYK
51, 0, 25, 1
Luminance
0.7822
Every format
| HEX | #7bfdbf |
| RGB | rgb(123, 253, 191) |
| HSL | hsl(151, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 25%, 1%) |
| LAB | lab(90.9 -49.9 18.9) |
| LCH | lch(90.9 53.4 159.3) |
| OKLCH | oklch(0.904 0.146 160.7) |
Copy-ready code
/* CSS */
color: #7bfdbf;
background-color: #7bfdbf;
/* Tailwind (arbitrary) */
class="text-[#7bfdbf] bg-[#7bfdbf]"
/* SCSS */
$brand: #7bfdbf;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#7bfdbf")Accessibility — WCAG contrast
Aa
#7bfdbf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfdbf on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue74.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#7bfdbf text on a black background
contrast 16.64:1
Card sample
#7bfdbf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfdbf;
Background color
Panel with #7bfdbf background
background-color: #7bfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfdbf; background: linear-gradient(135deg, #7bfdbf, #7BE4FD);