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