#7af0ca
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 240, 202
HSL
161°, 80%, 71%
CMYK
49, 0, 16, 6
Luminance
0.7072
Every format
| HEX | #7af0ca |
| RGB | rgb(122, 240, 202) |
| HSL | hsl(161, 80%, 71%) |
| CMYK | cmyk(49%, 0%, 16%, 6%) |
| LAB | lab(87.3 -42.3 8.2) |
| LCH | lch(87.3 43.0 169.1) |
| OKLCH | oklch(0.876 0.121 170.1) |
Copy-ready code
/* CSS */
color: #7af0ca;
background-color: #7af0ca;
/* Tailwind (arbitrary) */
class="text-[#7af0ca] bg-[#7af0ca]"
/* SCSS */
$brand: #7af0ca;
/* SwiftUI */
Color(red: 0.478, green: 0.941, blue: 0.792)
/* Android */
Color.parseColor("#7af0ca")Accessibility — WCAG contrast
Aa
#7af0ca on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af0ca on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green94.1%
Blue79.2%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow15.8%
Key (black)5.9%
Color previews
#7af0ca text on a black background
contrast 15.14:1
Card sample
#7af0ca text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af0ca;
Background color
Panel with #7af0ca background
background-color: #7af0ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af0ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 240, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 240, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af0ca; background: linear-gradient(135deg, #7af0ca, #7AC7F0);