#7ebac0
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 186, 192
HSL
186°, 34%, 62%
CMYK
34, 3, 0, 25
Luminance
0.4336
Every format
| HEX | #7ebac0 |
| RGB | rgb(126, 186, 192) |
| HSL | hsl(186, 34%, 62%) |
| CMYK | cmyk(34%, 3%, 0%, 25%) |
| LAB | lab(71.8 -17.8 -9.2) |
| LCH | lch(71.8 20.0 207.4) |
| OKLCH | oklch(0.750 0.062 203.8) |
Copy-ready code
/* CSS */
color: #7ebac0;
background-color: #7ebac0;
/* Tailwind (arbitrary) */
class="text-[#7ebac0] bg-[#7ebac0]"
/* SCSS */
$brand: #7ebac0;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.753)
/* Android */
Color.parseColor("#7ebac0")Accessibility — WCAG contrast
Aa
#7ebac0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebac0 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.9%
Blue75.3%
CMYK percentages
Cyan34.4%
Magenta3.1%
Yellow0.0%
Key (black)24.7%
Color previews
#7ebac0 text on a black background
contrast 9.67:1
Card sample
#7ebac0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebac0;
Background color
Panel with #7ebac0 background
background-color: #7ebac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 186, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebac0; background: linear-gradient(135deg, #7ebac0, #7E8EC0);