#7aceee
a light, electric cyan · cool · closest name: skyblue
RGB
122, 206, 238
HSL
197°, 77%, 71%
CMYK
49, 13, 0, 7
Luminance
0.5445
Every format
| HEX | #7aceee |
| RGB | rgb(122, 206, 238) |
| HSL | hsl(197, 77%, 71%) |
| CMYK | cmyk(49%, 13%, 0%, 7%) |
| LAB | lab(78.7 -17.1 -23.7) |
| LCH | lch(78.7 29.2 234.2) |
| OKLCH | oklch(0.810 0.093 224.6) |
Copy-ready code
/* CSS */
color: #7aceee;
background-color: #7aceee;
/* Tailwind (arbitrary) */
class="text-[#7aceee] bg-[#7aceee]"
/* SCSS */
$brand: #7aceee;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#7aceee")Accessibility — WCAG contrast
Aa
#7aceee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceee on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue93.3%
CMYK percentages
Cyan48.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7aceee text on a black background
contrast 11.89:1
Card sample
#7aceee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceee;
Background color
Panel with #7aceee background
background-color: #7aceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceee; background: linear-gradient(135deg, #7aceee, #7A81EE);