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