#7af7f4
a light, electric cyan · cool · closest name: cyan
RGB
122, 247, 244
HSL
179°, 89%, 72%
CMYK
51, 0, 1, 3
Luminance
0.7719
Every format
| HEX | #7af7f4 |
| RGB | rgb(122, 247, 244) |
| HSL | hsl(179, 89%, 72%) |
| CMYK | cmyk(51%, 0%, 1%, 3%) |
| LAB | lab(90.4 -35.5 -9.3) |
| LCH | lch(90.4 36.7 194.6) |
| OKLCH | oklch(0.904 0.112 193.3) |
Copy-ready code
/* CSS */
color: #7af7f4;
background-color: #7af7f4;
/* Tailwind (arbitrary) */
class="text-[#7af7f4] bg-[#7af7f4]"
/* SCSS */
$brand: #7af7f4;
/* SwiftUI */
Color(red: 0.478, green: 0.969, blue: 0.957)
/* Android */
Color.parseColor("#7af7f4")Accessibility — WCAG contrast
Aa
#7af7f4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af7f4 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.9%
Blue95.7%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow1.2%
Key (black)3.1%
Color previews
#7af7f4 text on a black background
contrast 16.44:1
Card sample
#7af7f4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af7f4;
Background color
Panel with #7af7f4 background
background-color: #7af7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 247, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 247, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af7f4; background: linear-gradient(135deg, #7af7f4, #7AA7F7);