#7cbcfd
a light, electric blue · cool · closest name: skyblue
RGB
124, 188, 253
HSL
210°, 97%, 74%
CMYK
51, 26, 0, 1
Luminance
0.4734
Every format
| HEX | #7cbcfd |
| RGB | rgb(124, 188, 253) |
| HSL | hsl(210, 97%, 74%) |
| CMYK | cmyk(51%, 26%, 0%, 1%) |
| LAB | lab(74.4 -2.8 -38.4) |
| LCH | lch(74.4 38.5 265.8) |
| OKLCH | oklch(0.778 0.114 249.9) |
Copy-ready code
/* CSS */
color: #7cbcfd;
background-color: #7cbcfd;
/* Tailwind (arbitrary) */
class="text-[#7cbcfd] bg-[#7cbcfd]"
/* SCSS */
$brand: #7cbcfd;
/* SwiftUI */
Color(red: 0.486, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#7cbcfd")Accessibility — WCAG contrast
Aa
#7cbcfd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbcfd on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green73.7%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7cbcfd text on a black background
contrast 10.47:1
Card sample
#7cbcfd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbcfd;
Background color
Panel with #7cbcfd background
background-color: #7cbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbcfd; background: linear-gradient(135deg, #7cbcfd, #927CFD);