#7aebfd
a light, electric cyan · cool · closest name: skyblue
RGB
122, 235, 253
HSL
188°, 97%, 74%
CMYK
52, 7, 0, 1
Luminance
0.7065
Every format
| HEX | #7aebfd |
| RGB | rgb(122, 235, 253) |
| HSL | hsl(188, 97%, 74%) |
| CMYK | cmyk(52%, 7%, 0%, 1%) |
| LAB | lab(87.3 -27.5 -18.6) |
| LCH | lch(87.3 33.2 214.1) |
| OKLCH | oklch(0.880 0.106 209.0) |
Copy-ready code
/* CSS */
color: #7aebfd;
background-color: #7aebfd;
/* Tailwind (arbitrary) */
class="text-[#7aebfd] bg-[#7aebfd]"
/* SCSS */
$brand: #7aebfd;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#7aebfd")Accessibility — WCAG contrast
Aa
#7aebfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebfd on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#7aebfd text on a black background
contrast 15.13:1
Card sample
#7aebfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebfd;
Background color
Panel with #7aebfd background
background-color: #7aebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebfd; background: linear-gradient(135deg, #7aebfd, #7A94FD);