#7cbfd0
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 191, 208
HSL
192°, 47%, 65%
CMYK
40, 8, 0, 18
Luminance
0.4610
Every format
| HEX | #7cbfd0 |
| RGB | rgb(124, 191, 208) |
| HSL | hsl(192, 47%, 65%) |
| CMYK | cmyk(40%, 8%, 0%, 18%) |
| LAB | lab(73.6 -16.9 -15.2) |
| LCH | lch(73.6 22.7 222.1) |
| OKLCH | oklch(0.766 0.072 215.6) |
Copy-ready code
/* CSS */
color: #7cbfd0;
background-color: #7cbfd0;
/* Tailwind (arbitrary) */
class="text-[#7cbfd0] bg-[#7cbfd0]"
/* SCSS */
$brand: #7cbfd0;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#7cbfd0")Accessibility — WCAG contrast
Aa
#7cbfd0 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfd0 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue81.6%
CMYK percentages
Cyan40.4%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#7cbfd0 text on a black background
contrast 10.22:1
Card sample
#7cbfd0 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfd0;
Background color
Panel with #7cbfd0 background
background-color: #7cbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfd0; background: linear-gradient(135deg, #7cbfd0, #7C87D0);