#7afad2
a light, electric cyan · cool · “aquamarine”
RGB
122, 250, 210
HSL
161°, 93%, 73%
CMYK
51, 0, 16, 2
Luminance
0.7716
Every format
| HEX | #7afad2 |
| RGB | rgb(122, 250, 210) |
| HSL | hsl(161, 93%, 73%) |
| CMYK | cmyk(51%, 0%, 16%, 2%) |
| LAB | lab(90.4 -44.9 8.4) |
| LCH | lch(90.4 45.7 169.4) |
| OKLCH | oklch(0.901 0.128 170.4) |
Copy-ready code
/* CSS */
color: #7afad2;
background-color: #7afad2;
/* Tailwind (arbitrary) */
class="text-[#7afad2] bg-[#7afad2]"
/* SCSS */
$brand: #7afad2;
/* SwiftUI */
Color(red: 0.478, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#7afad2")Accessibility — WCAG contrast
Aa
#7afad2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afad2 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.0%
Blue82.4%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#7afad2 text on a black background
contrast 16.43:1
Card sample
#7afad2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afad2;
Background color
Panel with #7afad2 background
background-color: #7afad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afad2; background: linear-gradient(135deg, #7afad2, #7ACCFA);