#7ae0fd
a light, electric cyan · cool · closest name: skyblue
RGB
122, 224, 253
HSL
193°, 97%, 74%
CMYK
52, 12, 0, 1
Luminance
0.6454
Every format
| HEX | #7ae0fd |
| RGB | rgb(122, 224, 253) |
| HSL | hsl(193, 97%, 74%) |
| CMYK | cmyk(52%, 12%, 0%, 1%) |
| LAB | lab(84.2 -22.1 -23.2) |
| LCH | lch(84.2 32.1 226.5) |
| OKLCH | oklch(0.855 0.103 218.6) |
Copy-ready code
/* CSS */
color: #7ae0fd;
background-color: #7ae0fd;
/* Tailwind (arbitrary) */
class="text-[#7ae0fd] bg-[#7ae0fd]"
/* SCSS */
$brand: #7ae0fd;
/* SwiftUI */
Color(red: 0.478, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#7ae0fd")Accessibility — WCAG contrast
Aa
#7ae0fd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae0fd on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.8%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7ae0fd text on a black background
contrast 13.91:1
Card sample
#7ae0fd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae0fd;
Background color
Panel with #7ae0fd background
background-color: #7ae0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae0fd; background: linear-gradient(135deg, #7ae0fd, #7A89FD);