#7cccfd
a light, electric blue · cool · closest name: skyblue
RGB
124, 204, 253
HSL
203°, 97%, 74%
CMYK
51, 19, 0, 1
Luminance
0.5456
Every format
| HEX | #7cccfd |
| RGB | rgb(124, 204, 253) |
| HSL | hsl(203, 97%, 74%) |
| CMYK | cmyk(51%, 19%, 0%, 1%) |
| LAB | lab(78.8 -11.4 -31.6) |
| LCH | lch(78.8 33.6 250.1) |
| OKLCH | oklch(0.812 0.105 236.9) |
Copy-ready code
/* CSS */
color: #7cccfd;
background-color: #7cccfd;
/* Tailwind (arbitrary) */
class="text-[#7cccfd] bg-[#7cccfd]"
/* SCSS */
$brand: #7cccfd;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#7cccfd")Accessibility — WCAG contrast
Aa
#7cccfd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccfd on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7cccfd text on a black background
contrast 11.91:1
Card sample
#7cccfd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccfd;
Background color
Panel with #7cccfd background
background-color: #7cccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccfd; background: linear-gradient(135deg, #7cccfd, #827CFD);