#7ebacd
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 186, 205
HSL
194°, 44%, 65%
CMYK
39, 9, 0, 20
Luminance
0.4396
Every format
| HEX | #7ebacd |
| RGB | rgb(126, 186, 205) |
| HSL | hsl(194, 44%, 65%) |
| CMYK | cmyk(39%, 9%, 0%, 20%) |
| LAB | lab(72.2 -14.5 -15.7) |
| LCH | lch(72.2 21.4 227.3) |
| OKLCH | oklch(0.755 0.068 219.7) |
Copy-ready code
/* CSS */
color: #7ebacd;
background-color: #7ebacd;
/* Tailwind (arbitrary) */
class="text-[#7ebacd] bg-[#7ebacd]"
/* SCSS */
$brand: #7ebacd;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#7ebacd")Accessibility — WCAG contrast
Aa
#7ebacd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebacd on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.9%
Blue80.4%
CMYK percentages
Cyan38.5%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#7ebacd text on a black background
contrast 9.79:1
Card sample
#7ebacd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebacd;
Background color
Panel with #7ebacd background
background-color: #7ebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebacd; background: linear-gradient(135deg, #7ebacd, #7E85CD);