#7aeffd
a light, electric cyan · cool · closest name: skyblue
RGB
122, 239, 253
HSL
186°, 97%, 74%
CMYK
52, 6, 0, 1
Luminance
0.7296
Every format
| HEX | #7aeffd |
| RGB | rgb(122, 239, 253) |
| HSL | hsl(186, 97%, 74%) |
| CMYK | cmyk(52%, 6%, 0%, 1%) |
| LAB | lab(88.4 -29.4 -16.9) |
| LCH | lch(88.4 33.9 209.9) |
| OKLCH | oklch(0.889 0.108 205.7) |
Copy-ready code
/* CSS */
color: #7aeffd;
background-color: #7aeffd;
/* Tailwind (arbitrary) */
class="text-[#7aeffd] bg-[#7aeffd]"
/* SCSS */
$brand: #7aeffd;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.992)
/* Android */
Color.parseColor("#7aeffd")Accessibility — WCAG contrast
Aa
#7aeffd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aeffd on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue99.2%
CMYK percentages
Cyan51.8%
Magenta5.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7aeffd text on a black background
contrast 15.59:1
Card sample
#7aeffd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aeffd;
Background color
Panel with #7aeffd background
background-color: #7aeffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aeffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aeffd; background: linear-gradient(135deg, #7aeffd, #7A98FD);