#7afade
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 250, 222
HSL
167°, 93%, 73%
CMYK
51, 0, 11, 2
Luminance
0.7778
Every format
| HEX | #7afade |
| RGB | rgb(122, 250, 222) |
| HSL | hsl(167, 93%, 73%) |
| CMYK | cmyk(51%, 0%, 11%, 2%) |
| LAB | lab(90.7 -42.2 2.6) |
| LCH | lch(90.7 42.3 176.5) |
| OKLCH | oklch(0.904 0.122 177.1) |
Copy-ready code
/* CSS */
color: #7afade;
background-color: #7afade;
/* Tailwind (arbitrary) */
class="text-[#7afade] bg-[#7afade]"
/* SCSS */
$brand: #7afade;
/* SwiftUI */
Color(red: 0.478, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#7afade")Accessibility — WCAG contrast
Aa
#7afade on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afade on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.0%
Blue87.1%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#7afade text on a black background
contrast 16.56:1
Card sample
#7afade text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afade;
Background color
Panel with #7afade background
background-color: #7afade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afade; background: linear-gradient(135deg, #7afade, #7AC1FA);