#7cbbdf
a light, vivid blue · cool · closest name: skyblue
RGB
124, 187, 223
HSL
202°, 61%, 68%
CMYK
44, 16, 0, 13
Luminance
0.4515
Every format
| HEX | #7cbbdf |
| RGB | rgb(124, 187, 223) |
| HSL | hsl(202, 61%, 68%) |
| CMYK | cmyk(44%, 16%, 0%, 13%) |
| LAB | lab(73.0 -10.8 -24.3) |
| LCH | lch(73.0 26.6 246.1) |
| OKLCH | oklch(0.763 0.083 234.4) |
Copy-ready code
/* CSS */
color: #7cbbdf;
background-color: #7cbbdf;
/* Tailwind (arbitrary) */
class="text-[#7cbbdf] bg-[#7cbbdf]"
/* SCSS */
$brand: #7cbbdf;
/* SwiftUI */
Color(red: 0.486, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#7cbbdf")Accessibility — WCAG contrast
Aa
#7cbbdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbbdf on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green73.3%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7cbbdf text on a black background
contrast 10.03:1
Card sample
#7cbbdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbbdf;
Background color
Panel with #7cbbdf background
background-color: #7cbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbbdf; background: linear-gradient(135deg, #7cbbdf, #7F7CDF);