#7acef3
a light, electric cyan · cool · closest name: skyblue
RGB
122, 206, 243
HSL
198°, 83%, 72%
CMYK
50, 15, 0, 5
Luminance
0.5475
Every format
| HEX | #7acef3 |
| RGB | rgb(122, 206, 243) |
| HSL | hsl(198, 83%, 72%) |
| CMYK | cmyk(50%, 15%, 0%, 5%) |
| LAB | lab(78.9 -15.7 -26.1) |
| LCH | lch(78.9 30.4 238.9) |
| OKLCH | oklch(0.812 0.097 228.3) |
Copy-ready code
/* CSS */
color: #7acef3;
background-color: #7acef3;
/* Tailwind (arbitrary) */
class="text-[#7acef3] bg-[#7acef3]"
/* SCSS */
$brand: #7acef3;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#7acef3")Accessibility — WCAG contrast
Aa
#7acef3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acef3 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue95.3%
CMYK percentages
Cyan49.8%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#7acef3 text on a black background
contrast 11.95:1
Card sample
#7acef3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acef3;
Background color
Panel with #7acef3 background
background-color: #7acef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acef3; background: linear-gradient(135deg, #7acef3, #7A7EF3);