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