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