#7cb7d8
a light, vivid blue · cool · closest name: skyblue
RGB
124, 183, 216
HSL
202°, 54%, 67%
CMYK
43, 15, 0, 15
Luminance
0.4311
Every format
| HEX | #7cb7d8 |
| RGB | rgb(124, 183, 216) |
| HSL | hsl(202, 54%, 67%) |
| CMYK | cmyk(43%, 15%, 0%, 15%) |
| LAB | lab(71.6 -10.5 -22.6) |
| LCH | lch(71.6 24.9 245.0) |
| OKLCH | oklch(0.751 0.077 233.7) |
Copy-ready code
/* CSS */
color: #7cb7d8;
background-color: #7cb7d8;
/* Tailwind (arbitrary) */
class="text-[#7cb7d8] bg-[#7cb7d8]"
/* SCSS */
$brand: #7cb7d8;
/* SwiftUI */
Color(red: 0.486, green: 0.718, blue: 0.847)
/* Android */
Color.parseColor("#7cb7d8")Accessibility — WCAG contrast
Aa
#7cb7d8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb7d8 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green71.8%
Blue84.7%
CMYK percentages
Cyan42.6%
Magenta15.3%
Yellow0.0%
Key (black)15.3%
Color previews
#7cb7d8 text on a black background
contrast 9.62:1
Card sample
#7cb7d8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb7d8;
Background color
Panel with #7cb7d8 background
background-color: #7cb7d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb7d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 183, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 183, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb7d8; background: linear-gradient(135deg, #7cb7d8, #7E7CD8);