#7ccafd
a light, electric blue · cool · closest name: skyblue
RGB
124, 202, 253
HSL
204°, 97%, 74%
CMYK
51, 20, 0, 1
Luminance
0.5362
Every format
| HEX | #7ccafd |
| RGB | rgb(124, 202, 253) |
| HSL | hsl(204, 97%, 74%) |
| CMYK | cmyk(51%, 20%, 0%, 1%) |
| LAB | lab(78.2 -10.4 -32.4) |
| LCH | lch(78.2 34.0 252.3) |
| OKLCH | oklch(0.808 0.106 238.6) |
Copy-ready code
/* CSS */
color: #7ccafd;
background-color: #7ccafd;
/* Tailwind (arbitrary) */
class="text-[#7ccafd] bg-[#7ccafd]"
/* SCSS */
$brand: #7ccafd;
/* SwiftUI */
Color(red: 0.486, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#7ccafd")Accessibility — WCAG contrast
Aa
#7ccafd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccafd on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green79.2%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#7ccafd text on a black background
contrast 11.72:1
Card sample
#7ccafd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccafd;
Background color
Panel with #7ccafd background
background-color: #7ccafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccafd; background: linear-gradient(135deg, #7ccafd, #847CFD);