#7ee0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 224, 235
HSL
186°, 73%, 71%
CMYK
46, 5, 0, 8
Luminance
0.6375
Every format
| HEX | #7ee0eb |
| RGB | rgb(126, 224, 235) |
| HSL | hsl(186, 73%, 71%) |
| CMYK | cmyk(46%, 5%, 0%, 8%) |
| LAB | lab(83.8 -26.0 -14.3) |
| LCH | lch(83.8 29.7 208.9) |
| OKLCH | oklch(0.851 0.094 205.0) |
Copy-ready code
/* CSS */
color: #7ee0eb;
background-color: #7ee0eb;
/* Tailwind (arbitrary) */
class="text-[#7ee0eb] bg-[#7ee0eb]"
/* SCSS */
$brand: #7ee0eb;
/* SwiftUI */
Color(red: 0.494, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#7ee0eb")Accessibility — WCAG contrast
Aa
#7ee0eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ee0eb on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green87.8%
Blue92.2%
CMYK percentages
Cyan46.4%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7ee0eb text on a black background
contrast 13.75:1
Card sample
#7ee0eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ee0eb;
Background color
Panel with #7ee0eb background
background-color: #7ee0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ee0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ee0eb; background: linear-gradient(135deg, #7ee0eb, #7E97EB);