#7cc4fd
a light, electric blue · cool · closest name: skyblue
RGB
124, 196, 253
HSL
207°, 97%, 74%
CMYK
51, 23, 0, 1
Luminance
0.5086
Every format
| HEX | #7cc4fd |
| RGB | rgb(124, 196, 253) |
| HSL | hsl(207, 97%, 74%) |
| CMYK | cmyk(51%, 23%, 0%, 1%) |
| LAB | lab(76.6 -7.2 -35.0) |
| LCH | lch(76.6 35.7 258.4) |
| OKLCH | oklch(0.795 0.109 243.6) |
Copy-ready code
/* CSS */
color: #7cc4fd;
background-color: #7cc4fd;
/* Tailwind (arbitrary) */
class="text-[#7cc4fd] bg-[#7cc4fd]"
/* SCSS */
$brand: #7cc4fd;
/* SwiftUI */
Color(red: 0.486, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#7cc4fd")Accessibility — WCAG contrast
Aa
#7cc4fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc4fd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.9%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7cc4fd text on a black background
contrast 11.17:1
Card sample
#7cc4fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc4fd;
Background color
Panel with #7cc4fd background
background-color: #7cc4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc4fd; background: linear-gradient(135deg, #7cc4fd, #8A7CFD);