#7af5bc
a light, electric green · cool · closest name: aquamarine
RGB
122, 245, 188
HSL
152°, 86%, 72%
CMYK
50, 0, 23, 4
Luminance
0.7307
Every format
| HEX | #7af5bc |
| RGB | rgb(122, 245, 188) |
| HSL | hsl(152, 86%, 72%) |
| CMYK | cmyk(50%, 0%, 23%, 4%) |
| LAB | lab(88.5 -47.4 17.0) |
| LCH | lch(88.5 50.4 160.2) |
| OKLCH | oklch(0.884 0.138 161.6) |
Copy-ready code
/* CSS */
color: #7af5bc;
background-color: #7af5bc;
/* Tailwind (arbitrary) */
class="text-[#7af5bc] bg-[#7af5bc]"
/* SCSS */
$brand: #7af5bc;
/* SwiftUI */
Color(red: 0.478, green: 0.961, blue: 0.737)
/* Android */
Color.parseColor("#7af5bc")Accessibility — WCAG contrast
Aa
#7af5bc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af5bc on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.1%
Blue73.7%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow23.3%
Key (black)3.9%
Color previews
#7af5bc text on a black background
contrast 15.61:1
Card sample
#7af5bc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af5bc;
Background color
Panel with #7af5bc background
background-color: #7af5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 245, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 245, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af5bc; background: linear-gradient(135deg, #7af5bc, #7ADCF5);