#7ec7eb
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 199, 235
HSL
200°, 73%, 71%
CMYK
46, 15, 0, 8
Luminance
0.5128
Every format
| HEX | #7ec7eb |
| RGB | rgb(126, 199, 235) |
| HSL | hsl(200, 73%, 71%) |
| CMYK | cmyk(46%, 15%, 0%, 8%) |
| LAB | lab(76.8 -13.4 -24.9) |
| LCH | lch(76.8 28.3 241.8) |
| OKLCH | oklch(0.795 0.089 230.8) |
Copy-ready code
/* CSS */
color: #7ec7eb;
background-color: #7ec7eb;
/* Tailwind (arbitrary) */
class="text-[#7ec7eb] bg-[#7ec7eb]"
/* SCSS */
$brand: #7ec7eb;
/* SwiftUI */
Color(red: 0.494, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#7ec7eb")Accessibility — WCAG contrast
Aa
#7ec7eb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ec7eb on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green78.0%
Blue92.2%
CMYK percentages
Cyan46.4%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#7ec7eb text on a black background
contrast 11.26:1
Card sample
#7ec7eb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ec7eb;
Background color
Panel with #7ec7eb background
background-color: #7ec7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ec7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ec7eb; background: linear-gradient(135deg, #7ec7eb, #7E7EEB);