#7dcdfb
a light, electric blue · cool · closest name: skyblue
RGB
125, 205, 251
HSL
202°, 94%, 74%
CMYK
50, 18, 0, 2
Luminance
0.5499
Every format
| HEX | #7dcdfb |
| RGB | rgb(125, 205, 251) |
| HSL | hsl(202, 94%, 74%) |
| CMYK | cmyk(50%, 18%, 0%, 2%) |
| LAB | lab(79.0 -12.3 -30.1) |
| LCH | lch(79.0 32.5 247.8) |
| OKLCH | oklch(0.814 0.102 235.2) |
Copy-ready code
/* CSS */
color: #7dcdfb;
background-color: #7dcdfb;
/* Tailwind (arbitrary) */
class="text-[#7dcdfb] bg-[#7dcdfb]"
/* SCSS */
$brand: #7dcdfb;
/* SwiftUI */
Color(red: 0.490, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#7dcdfb")Accessibility — WCAG contrast
Aa
#7dcdfb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcdfb on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan50.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#7dcdfb text on a black background
contrast 12.00:1
Card sample
#7dcdfb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcdfb;
Background color
Panel with #7dcdfb background
background-color: #7dcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcdfb; background: linear-gradient(135deg, #7dcdfb, #817DFB);