#7cb1cf
a balanced, vivid blue · cool · closest name: skyblue
RGB
124, 177, 207
HSL
202°, 46%, 65%
CMYK
40, 15, 0, 19
Luminance
0.4023
Every format
| HEX | #7cb1cf |
| RGB | rgb(124, 177, 207) |
| HSL | hsl(202, 46%, 65%) |
| CMYK | cmyk(40%, 15%, 0%, 19%) |
| LAB | lab(69.6 -9.7 -20.7) |
| LCH | lch(69.6 22.9 244.8) |
| OKLCH | oklch(0.734 0.071 233.8) |
Copy-ready code
/* CSS */
color: #7cb1cf;
background-color: #7cb1cf;
/* Tailwind (arbitrary) */
class="text-[#7cb1cf] bg-[#7cb1cf]"
/* SCSS */
$brand: #7cb1cf;
/* SwiftUI */
Color(red: 0.486, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#7cb1cf")Accessibility — WCAG contrast
Aa
#7cb1cf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb1cf on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green69.4%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#7cb1cf text on a black background
contrast 9.05:1
Card sample
#7cb1cf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb1cf;
Background color
Panel with #7cb1cf background
background-color: #7cb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb1cf; background: linear-gradient(135deg, #7cb1cf, #7E7CCF);