#7eb3cb
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 179, 203
HSL
199°, 43%, 65%
CMYK
38, 12, 0, 20
Luminance
0.4099
Every format
| HEX | #7eb3cb |
| RGB | rgb(126, 179, 203) |
| HSL | hsl(199, 43%, 65%) |
| CMYK | cmyk(38%, 12%, 0%, 20%) |
| LAB | lab(70.2 -11.3 -17.7) |
| LCH | lch(70.2 21.0 237.4) |
| OKLCH | oklch(0.738 0.066 227.9) |
Copy-ready code
/* CSS */
color: #7eb3cb;
background-color: #7eb3cb;
/* Tailwind (arbitrary) */
class="text-[#7eb3cb] bg-[#7eb3cb]"
/* SCSS */
$brand: #7eb3cb;
/* SwiftUI */
Color(red: 0.494, green: 0.702, blue: 0.796)
/* Android */
Color.parseColor("#7eb3cb")Accessibility — WCAG contrast
Aa
#7eb3cb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb3cb on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green70.2%
Blue79.6%
CMYK percentages
Cyan37.9%
Magenta11.8%
Yellow0.0%
Key (black)20.4%
Color previews
#7eb3cb text on a black background
contrast 9.20:1
Card sample
#7eb3cb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb3cb;
Background color
Panel with #7eb3cb background
background-color: #7eb3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 179, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 179, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb3cb; background: linear-gradient(135deg, #7eb3cb, #7E80CB);