#7eeafd
a light, electric cyan · cool · closest name: skyblue
RGB
126, 234, 253
HSL
189°, 97%, 74%
CMYK
50, 8, 0, 1
Luminance
0.7037
Every format
| HEX | #7eeafd |
| RGB | rgb(126, 234, 253) |
| HSL | hsl(189, 97%, 74%) |
| CMYK | cmyk(50%, 8%, 0%, 1%) |
| LAB | lab(87.2 -26.2 -18.8) |
| LCH | lch(87.2 32.2 215.7) |
| OKLCH | oklch(0.879 0.103 210.3) |
Copy-ready code
/* CSS */
color: #7eeafd;
background-color: #7eeafd;
/* Tailwind (arbitrary) */
class="text-[#7eeafd] bg-[#7eeafd]"
/* SCSS */
$brand: #7eeafd;
/* SwiftUI */
Color(red: 0.494, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#7eeafd")Accessibility — WCAG contrast
Aa
#7eeafd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeafd on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green91.8%
Blue99.2%
CMYK percentages
Cyan50.2%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7eeafd text on a black background
contrast 15.07:1
Card sample
#7eeafd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeafd;
Background color
Panel with #7eeafd background
background-color: #7eeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeafd; background: linear-gradient(135deg, #7eeafd, #7E95FD);