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