#7cbfc2
a balanced, soft cyan · cool · closest name: skyblue
RGB
124, 191, 194
HSL
183°, 37%, 62%
CMYK
36, 2, 0, 24
Luminance
0.4544
Every format
| HEX | #7cbfc2 |
| RGB | rgb(124, 191, 194) |
| HSL | hsl(183, 37%, 62%) |
| CMYK | cmyk(36%, 2%, 0%, 24%) |
| LAB | lab(73.2 -20.4 -8.2) |
| LCH | lch(73.2 22.0 202.0) |
| OKLCH | oklch(0.761 0.068 199.4) |
Copy-ready code
/* CSS */
color: #7cbfc2;
background-color: #7cbfc2;
/* Tailwind (arbitrary) */
class="text-[#7cbfc2] bg-[#7cbfc2]"
/* SCSS */
$brand: #7cbfc2;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#7cbfc2")Accessibility — WCAG contrast
Aa
#7cbfc2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfc2 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue76.1%
CMYK percentages
Cyan36.1%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#7cbfc2 text on a black background
contrast 10.09:1
Card sample
#7cbfc2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfc2;
Background color
Panel with #7cbfc2 background
background-color: #7cbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfc2; background: linear-gradient(135deg, #7cbfc2, #7C90C2);