#7eeefc
a light, electric cyan · cool · closest name: skyblue
RGB
126, 238, 252
HSL
187°, 96%, 74%
CMYK
50, 6, 0, 1
Luminance
0.7261
Every format
| HEX | #7eeefc |
| RGB | rgb(126, 238, 252) |
| HSL | hsl(187, 96%, 74%) |
| CMYK | cmyk(50%, 6%, 0%, 1%) |
| LAB | lab(88.3 -28.4 -16.6) |
| LCH | lch(88.3 32.9 210.4) |
| OKLCH | oklch(0.888 0.104 206.1) |
Copy-ready code
/* CSS */
color: #7eeefc;
background-color: #7eeefc;
/* Tailwind (arbitrary) */
class="text-[#7eeefc] bg-[#7eeefc]"
/* SCSS */
$brand: #7eeefc;
/* SwiftUI */
Color(red: 0.494, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#7eeefc")Accessibility — WCAG contrast
Aa
#7eeefc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeefc on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green93.3%
Blue98.8%
CMYK percentages
Cyan50.0%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#7eeefc text on a black background
contrast 15.52:1
Card sample
#7eeefc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeefc;
Background color
Panel with #7eeefc background
background-color: #7eeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeefc; background: linear-gradient(135deg, #7eeefc, #7E9AFC);