#7cccfa
a light, electric blue · cool · closest name: skyblue
RGB
124, 204, 250
HSL
202°, 93%, 73%
CMYK
50, 18, 0, 2
Luminance
0.5437
Every format
| HEX | #7cccfa |
| RGB | rgb(124, 204, 250) |
| HSL | hsl(202, 93%, 73%) |
| CMYK | cmyk(50%, 18%, 0%, 2%) |
| LAB | lab(78.7 -12.3 -30.1) |
| LCH | lch(78.7 32.5 247.9) |
| OKLCH | oklch(0.811 0.102 235.2) |
Copy-ready code
/* CSS */
color: #7cccfa;
background-color: #7cccfa;
/* Tailwind (arbitrary) */
class="text-[#7cccfa] bg-[#7cccfa]"
/* SCSS */
$brand: #7cccfa;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.980)
/* Android */
Color.parseColor("#7cccfa")Accessibility — WCAG contrast
Aa
#7cccfa on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccfa on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue98.0%
CMYK percentages
Cyan50.4%
Magenta18.4%
Yellow0.0%
Key (black)2.0%
Color previews
#7cccfa text on a black background
contrast 11.87:1
Card sample
#7cccfa text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccfa;
Background color
Panel with #7cccfa background
background-color: #7cccfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccfa; background: linear-gradient(135deg, #7cccfa, #807CFA);