#7acef9
a light, electric blue · cool · closest name: skyblue
RGB
122, 206, 249
HSL
200°, 91%, 73%
CMYK
51, 17, 0, 2
Luminance
0.5512
Every format
| HEX | #7acef9 |
| RGB | rgb(122, 206, 249) |
| HSL | hsl(200, 91%, 73%) |
| CMYK | cmyk(51%, 17%, 0%, 2%) |
| LAB | lab(79.1 -14.0 -29.0) |
| LCH | lch(79.1 32.2 244.2) |
| OKLCH | oklch(0.814 0.102 232.2) |
Copy-ready code
/* CSS */
color: #7acef9;
background-color: #7acef9;
/* Tailwind (arbitrary) */
class="text-[#7acef9] bg-[#7acef9]"
/* SCSS */
$brand: #7acef9;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#7acef9")Accessibility — WCAG contrast
Aa
#7acef9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acef9 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue97.6%
CMYK percentages
Cyan51.0%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#7acef9 text on a black background
contrast 12.02:1
Card sample
#7acef9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acef9;
Background color
Panel with #7acef9 background
background-color: #7acef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acef9; background: linear-gradient(135deg, #7acef9, #7A7AF9);