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