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