#7dcdff
a light, electric blue · cool · closest name: skyblue
RGB
125, 205, 255
HSL
203°, 100%, 75%
CMYK
51, 20, 0, 0
Luminance
0.5524
Every format
| HEX | #7dcdff |
| RGB | rgb(125, 205, 255) |
| HSL | hsl(203, 100%, 75%) |
| CMYK | cmyk(51%, 20%, 0%, 0%) |
| LAB | lab(79.2 -11.2 -32.0) |
| LCH | lch(79.2 33.9 250.8) |
| OKLCH | oklch(0.816 0.106 237.4) |
Copy-ready code
/* CSS */
color: #7dcdff;
background-color: #7dcdff;
/* Tailwind (arbitrary) */
class="text-[#7dcdff] bg-[#7dcdff]"
/* SCSS */
$brand: #7dcdff;
/* SwiftUI */
Color(red: 0.490, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#7dcdff")Accessibility — WCAG contrast
Aa
#7dcdff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcdff on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green80.4%
Blue100.0%
CMYK percentages
Cyan51.0%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#7dcdff text on a black background
contrast 12.05:1
Card sample
#7dcdff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcdff;
Background color
Panel with #7dcdff background
background-color: #7dcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcdff; background: linear-gradient(135deg, #7dcdff, #847DFF);