#7afeff
a light, electric cyan · cool · closest name: cyan
RGB
122, 254, 255
HSL
181°, 100%, 74%
CMYK
52, 0, 0, 0
Luminance
0.8224
Every format
| HEX | #7afeff |
| RGB | rgb(122, 254, 255) |
| HSL | hsl(181, 100%, 74%) |
| CMYK | cmyk(52%, 0%, 0%, 0%) |
| LAB | lab(92.7 -36.0 -11.6) |
| LCH | lch(92.7 37.8 197.9) |
| OKLCH | oklch(0.923 0.117 196.0) |
Copy-ready code
/* CSS */
color: #7afeff;
background-color: #7afeff;
/* Tailwind (arbitrary) */
class="text-[#7afeff] bg-[#7afeff]"
/* SCSS */
$brand: #7afeff;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 1.000)
/* Android */
Color.parseColor("#7afeff")Accessibility — WCAG contrast
Aa
#7afeff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afeff on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue100.0%
CMYK percentages
Cyan52.2%
Magenta0.4%
Yellow0.0%
Key (black)0.0%
Color previews
#7afeff text on a black background
contrast 17.45:1
Card sample
#7afeff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afeff;
Background color
Panel with #7afeff background
background-color: #7afeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afeff; background: linear-gradient(135deg, #7afeff, #7AA5FF);