#7eedff
a light, electric cyan · cool · closest name: skyblue
RGB
126, 237, 255
HSL
188°, 100%, 75%
CMYK
51, 7, 0, 0
Luminance
0.7222
Every format
| HEX | #7eedff |
| RGB | rgb(126, 237, 255) |
| HSL | hsl(188, 100%, 75%) |
| CMYK | cmyk(51%, 7%, 0%, 0%) |
| LAB | lab(88.1 -27.1 -18.5) |
| LCH | lch(88.1 32.8 214.3) |
| OKLCH | oklch(0.887 0.105 209.2) |
Copy-ready code
/* CSS */
color: #7eedff;
background-color: #7eedff;
/* Tailwind (arbitrary) */
class="text-[#7eedff] bg-[#7eedff]"
/* SCSS */
$brand: #7eedff;
/* SwiftUI */
Color(red: 0.494, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#7eedff")Accessibility — WCAG contrast
Aa
#7eedff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eedff on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.9%
Blue100.0%
CMYK percentages
Cyan50.6%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7eedff text on a black background
contrast 15.44:1
Card sample
#7eedff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eedff;
Background color
Panel with #7eedff background
background-color: #7eedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eedff; background: linear-gradient(135deg, #7eedff, #7E97FF);