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