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