#7bfdac
a light, electric green · cool · closest name: aquamarine
RGB
123, 253, 172
HSL
143°, 97%, 74%
CMYK
51, 0, 32, 1
Luminance
0.7744
Every format
| HEX | #7bfdac |
| RGB | rgb(123, 253, 172) |
| HSL | hsl(143, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 32%, 1%) |
| LAB | lab(90.5 -53.5 28.0) |
| LCH | lch(90.5 60.5 152.4) |
| OKLCH | oklch(0.900 0.162 154.1) |
Copy-ready code
/* CSS */
color: #7bfdac;
background-color: #7bfdac;
/* Tailwind (arbitrary) */
class="text-[#7bfdac] bg-[#7bfdac]"
/* SCSS */
$brand: #7bfdac;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#7bfdac")Accessibility — WCAG contrast
Aa
#7bfdac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfdac on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue67.5%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#7bfdac text on a black background
contrast 16.49:1
Card sample
#7bfdac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfdac;
Background color
Panel with #7bfdac background
background-color: #7bfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfdac; background: linear-gradient(135deg, #7bfdac, #7BF7FD);