#7acef4
a light, electric cyan · cool · closest name: skyblue
RGB
122, 206, 244
HSL
199°, 85%, 72%
CMYK
50, 16, 0, 4
Luminance
0.5481
Every format
| HEX | #7acef4 |
| RGB | rgb(122, 206, 244) |
| HSL | hsl(199, 85%, 72%) |
| CMYK | cmyk(50%, 16%, 0%, 4%) |
| LAB | lab(78.9 -15.4 -26.6) |
| LCH | lch(78.9 30.7 239.8) |
| OKLCH | oklch(0.812 0.098 228.9) |
Copy-ready code
/* CSS */
color: #7acef4;
background-color: #7acef4;
/* Tailwind (arbitrary) */
class="text-[#7acef4] bg-[#7acef4]"
/* SCSS */
$brand: #7acef4;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#7acef4")Accessibility — WCAG contrast
Aa
#7acef4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acef4 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue95.7%
CMYK percentages
Cyan50.0%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#7acef4 text on a black background
contrast 11.96:1
Card sample
#7acef4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acef4;
Background color
Panel with #7acef4 background
background-color: #7acef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acef4; background: linear-gradient(135deg, #7acef4, #7A7DF4);