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