#7afcc4
a light, electric green · cool · closest name: aquamarine
RGB
122, 252, 196
HSL
154°, 96%, 73%
CMYK
52, 0, 22, 1
Luminance
0.7774
Every format
| HEX | #7afcc4 |
| RGB | rgb(122, 252, 196) |
| HSL | hsl(154, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 22%, 1%) |
| LAB | lab(90.7 -48.7 16.0) |
| LCH | lch(90.7 51.3 161.8) |
| OKLCH | oklch(0.902 0.141 163.1) |
Copy-ready code
/* CSS */
color: #7afcc4;
background-color: #7afcc4;
/* Tailwind (arbitrary) */
class="text-[#7afcc4] bg-[#7afcc4]"
/* SCSS */
$brand: #7afcc4;
/* SwiftUI */
Color(red: 0.478, green: 0.988, blue: 0.769)
/* Android */
Color.parseColor("#7afcc4")Accessibility — WCAG contrast
Aa
#7afcc4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afcc4 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.8%
Blue76.9%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow22.2%
Key (black)1.2%
Color previews
#7afcc4 text on a black background
contrast 16.55:1
Card sample
#7afcc4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afcc4;
Background color
Panel with #7afcc4 background
background-color: #7afcc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afcc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 252, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 252, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afcc4; background: linear-gradient(135deg, #7afcc4, #7ADDFC);