#7dbade
a light, vivid blue · cool · closest name: skyblue
RGB
125, 186, 222
HSL
202°, 60%, 68%
CMYK
44, 16, 0, 13
Luminance
0.4475
Every format
| HEX | #7dbade |
| RGB | rgb(125, 186, 222) |
| HSL | hsl(202, 60%, 68%) |
| CMYK | cmyk(44%, 16%, 0%, 13%) |
| LAB | lab(72.7 -10.3 -24.2) |
| LCH | lch(72.7 26.3 247.0) |
| OKLCH | oklch(0.761 0.081 235.2) |
Copy-ready code
/* CSS */
color: #7dbade;
background-color: #7dbade;
/* Tailwind (arbitrary) */
class="text-[#7dbade] bg-[#7dbade]"
/* SCSS */
$brand: #7dbade;
/* SwiftUI */
Color(red: 0.490, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#7dbade")Accessibility — WCAG contrast
Aa
#7dbade on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbade on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green72.9%
Blue87.1%
CMYK percentages
Cyan43.7%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#7dbade text on a black background
contrast 9.95:1
Card sample
#7dbade text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbade;
Background color
Panel with #7dbade background
background-color: #7dbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbade; background: linear-gradient(135deg, #7dbade, #817DDE);