#7aebf5
a light, electric cyan · cool · closest name: skyblue
RGB
122, 235, 245
HSL
185°, 86%, 72%
CMYK
50, 4, 0, 4
Luminance
0.7015
Every format
| HEX | #7aebf5 |
| RGB | rgb(122, 235, 245) |
| HSL | hsl(185, 86%, 72%) |
| CMYK | cmyk(50%, 4%, 0%, 4%) |
| LAB | lab(87.1 -29.6 -14.8) |
| LCH | lch(87.1 33.1 206.5) |
| OKLCH | oklch(0.877 0.104 203.1) |
Copy-ready code
/* CSS */
color: #7aebf5;
background-color: #7aebf5;
/* Tailwind (arbitrary) */
class="text-[#7aebf5] bg-[#7aebf5]"
/* SCSS */
$brand: #7aebf5;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.961)
/* Android */
Color.parseColor("#7aebf5")Accessibility — WCAG contrast
Aa
#7aebf5 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebf5 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue96.1%
CMYK percentages
Cyan50.2%
Magenta4.1%
Yellow0.0%
Key (black)3.9%
Color previews
#7aebf5 text on a black background
contrast 15.03:1
Card sample
#7aebf5 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebf5;
Background color
Panel with #7aebf5 background
background-color: #7aebf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebf5; background: linear-gradient(135deg, #7aebf5, #7A99F5);