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