#7ebdcf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 189, 207
HSL
193°, 46%, 65%
CMYK
39, 9, 0, 19
Luminance
0.4534
Every format
| HEX | #7ebdcf |
| RGB | rgb(126, 189, 207) |
| HSL | hsl(193, 46%, 65%) |
| CMYK | cmyk(39%, 9%, 0%, 19%) |
| LAB | lab(73.1 -15.6 -15.4) |
| LCH | lch(73.1 21.9 224.7) |
| OKLCH | oklch(0.762 0.069 217.7) |
Copy-ready code
/* CSS */
color: #7ebdcf;
background-color: #7ebdcf;
/* Tailwind (arbitrary) */
class="text-[#7ebdcf] bg-[#7ebdcf]"
/* SCSS */
$brand: #7ebdcf;
/* SwiftUI */
Color(red: 0.494, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#7ebdcf")Accessibility — WCAG contrast
Aa
#7ebdcf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebdcf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.1%
Blue81.2%
CMYK percentages
Cyan39.1%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7ebdcf text on a black background
contrast 10.07:1
Card sample
#7ebdcf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebdcf;
Background color
Panel with #7ebdcf background
background-color: #7ebdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebdcf; background: linear-gradient(135deg, #7ebdcf, #7E87CF);