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