#7afbbc
a light, electric green · cool · closest name: aquamarine
RGB
122, 251, 188
HSL
151°, 94%, 73%
CMYK
51, 0, 25, 2
Luminance
0.7676
Every format
| HEX | #7afbbc |
| RGB | rgb(122, 251, 188) |
| HSL | hsl(151, 94%, 73%) |
| CMYK | cmyk(51%, 0%, 25%, 2%) |
| LAB | lab(90.2 -49.9 19.5) |
| LCH | lch(90.2 53.6 158.7) |
| OKLCH | oklch(0.898 0.146 160.1) |
Copy-ready code
/* CSS */
color: #7afbbc;
background-color: #7afbbc;
/* Tailwind (arbitrary) */
class="text-[#7afbbc] bg-[#7afbbc]"
/* SCSS */
$brand: #7afbbc;
/* SwiftUI */
Color(red: 0.478, green: 0.984, blue: 0.737)
/* Android */
Color.parseColor("#7afbbc")Accessibility — WCAG contrast
Aa
#7afbbc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afbbc on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.4%
Blue73.7%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow25.1%
Key (black)1.6%
Color previews
#7afbbc text on a black background
contrast 16.35:1
Card sample
#7afbbc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afbbc;
Background color
Panel with #7afbbc background
background-color: #7afbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 251, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 251, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afbbc; background: linear-gradient(135deg, #7afbbc, #7AE4FB);