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