#7af8da
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 248, 218
HSL
166°, 90%, 73%
CMYK
51, 0, 12, 3
Luminance
0.7633
Every format
| HEX | #7af8da |
| RGB | rgb(122, 248, 218) |
| HSL | hsl(166, 90%, 73%) |
| CMYK | cmyk(51%, 0%, 12%, 3%) |
| LAB | lab(90.0 -42.2 3.7) |
| LCH | lch(90.0 42.4 175.0) |
| OKLCH | oklch(0.899 0.121 175.7) |
Copy-ready code
/* CSS */
color: #7af8da;
background-color: #7af8da;
/* Tailwind (arbitrary) */
class="text-[#7af8da] bg-[#7af8da]"
/* SCSS */
$brand: #7af8da;
/* SwiftUI */
Color(red: 0.478, green: 0.973, blue: 0.855)
/* Android */
Color.parseColor("#7af8da")Accessibility — WCAG contrast
Aa
#7af8da on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af8da on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.3%
Blue85.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow12.1%
Key (black)2.7%
Color previews
#7af8da text on a black background
contrast 16.27:1
Card sample
#7af8da text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af8da;
Background color
Panel with #7af8da background
background-color: #7af8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 248, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 248, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af8da; background: linear-gradient(135deg, #7af8da, #7AC2F8);