#7afee7
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 254, 231
HSL
170°, 99%, 74%
CMYK
52, 0, 9, 0
Luminance
0.8079
Every format
| HEX | #7afee7 |
| RGB | rgb(122, 254, 231) |
| HSL | hsl(170, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 9%, 0%) |
| LAB | lab(92.0 -41.9 -0.1) |
| LCH | lch(92.0 41.9 180.2) |
| OKLCH | oklch(0.916 0.122 180.5) |
Copy-ready code
/* CSS */
color: #7afee7;
background-color: #7afee7;
/* Tailwind (arbitrary) */
class="text-[#7afee7] bg-[#7afee7]"
/* SCSS */
$brand: #7afee7;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 0.906)
/* Android */
Color.parseColor("#7afee7")Accessibility — WCAG contrast
Aa
#7afee7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afee7 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue90.6%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow9.1%
Key (black)0.4%
Color previews
#7afee7 text on a black background
contrast 17.16:1
Card sample
#7afee7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afee7;
Background color
Panel with #7afee7 background
background-color: #7afee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afee7; background: linear-gradient(135deg, #7afee7, #7ABDFE);