#7dbbdc
a light, vivid blue · cool · closest name: skyblue
RGB
125, 187, 220
HSL
201°, 58%, 68%
CMYK
43, 15, 0, 14
Luminance
0.4507
Every format
| HEX | #7dbbdc |
| RGB | rgb(125, 187, 220) |
| HSL | hsl(201, 58%, 68%) |
| CMYK | cmyk(43%, 15%, 0%, 14%) |
| LAB | lab(72.9 -11.3 -22.8) |
| LCH | lch(72.9 25.4 243.5) |
| OKLCH | oklch(0.762 0.079 232.5) |
Copy-ready code
/* CSS */
color: #7dbbdc;
background-color: #7dbbdc;
/* Tailwind (arbitrary) */
class="text-[#7dbbdc] bg-[#7dbbdc]"
/* SCSS */
$brand: #7dbbdc;
/* SwiftUI */
Color(red: 0.490, green: 0.733, blue: 0.863)
/* Android */
Color.parseColor("#7dbbdc")Accessibility — WCAG contrast
Aa
#7dbbdc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbbdc on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green73.3%
Blue86.3%
CMYK percentages
Cyan43.2%
Magenta15.0%
Yellow0.0%
Key (black)13.7%
Color previews
#7dbbdc text on a black background
contrast 10.01:1
Card sample
#7dbbdc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbbdc;
Background color
Panel with #7dbbdc background
background-color: #7dbbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 187, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 187, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbbdc; background: linear-gradient(135deg, #7dbbdc, #7E7DDC);