#7cbfd6
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 191, 214
HSL
195°, 52%, 66%
CMYK
42, 11, 0, 16
Luminance
0.4640
Every format
| HEX | #7cbfd6 |
| RGB | rgb(124, 191, 214) |
| HSL | hsl(195, 52%, 66%) |
| CMYK | cmyk(42%, 11%, 0%, 16%) |
| LAB | lab(73.8 -15.3 -18.2) |
| LCH | lch(73.8 23.8 229.9) |
| OKLCH | oklch(0.768 0.075 221.7) |
Copy-ready code
/* CSS */
color: #7cbfd6;
background-color: #7cbfd6;
/* Tailwind (arbitrary) */
class="text-[#7cbfd6] bg-[#7cbfd6]"
/* SCSS */
$brand: #7cbfd6;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#7cbfd6")Accessibility — WCAG contrast
Aa
#7cbfd6 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfd6 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue83.9%
CMYK percentages
Cyan42.1%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#7cbfd6 text on a black background
contrast 10.28:1
Card sample
#7cbfd6 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfd6;
Background color
Panel with #7cbfd6 background
background-color: #7cbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfd6; background: linear-gradient(135deg, #7cbfd6, #7C83D6);