#7afccb
a light, electric green · cool · closest name: aquamarine
RGB
122, 252, 203
HSL
157°, 96%, 73%
CMYK
52, 0, 19, 1
Luminance
0.7807
Every format
| HEX | #7afccb |
| RGB | rgb(122, 252, 203) |
| HSL | hsl(157, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 19%, 1%) |
| LAB | lab(90.8 -47.3 12.6) |
| LCH | lch(90.8 48.9 165.1) |
| OKLCH | oklch(0.904 0.136 166.2) |
Copy-ready code
/* CSS */
color: #7afccb;
background-color: #7afccb;
/* Tailwind (arbitrary) */
class="text-[#7afccb] bg-[#7afccb]"
/* SCSS */
$brand: #7afccb;
/* SwiftUI */
Color(red: 0.478, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#7afccb")Accessibility — WCAG contrast
Aa
#7afccb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afccb on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.8%
Blue79.6%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#7afccb text on a black background
contrast 16.61:1
Card sample
#7afccb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afccb;
Background color
Panel with #7afccb background
background-color: #7afccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afccb; background: linear-gradient(135deg, #7afccb, #7AD6FC);