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