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