#7dbbf6
a light, electric blue · cool · closest name: skyblue
RGB
125, 187, 246
HSL
209°, 87%, 73%
CMYK
49, 24, 0, 4
Luminance
0.4655
Every format
| HEX | #7dbbf6 |
| RGB | rgb(125, 187, 246) |
| HSL | hsl(209, 87%, 73%) |
| CMYK | cmyk(49%, 24%, 0%, 4%) |
| LAB | lab(73.9 -4.1 -35.4) |
| LCH | lch(73.9 35.6 263.4) |
| OKLCH | oklch(0.773 0.106 248.2) |
Copy-ready code
/* CSS */
color: #7dbbf6;
background-color: #7dbbf6;
/* Tailwind (arbitrary) */
class="text-[#7dbbf6] bg-[#7dbbf6]"
/* SCSS */
$brand: #7dbbf6;
/* SwiftUI */
Color(red: 0.490, green: 0.733, blue: 0.965)
/* Android */
Color.parseColor("#7dbbf6")Accessibility — WCAG contrast
Aa
#7dbbf6 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbbf6 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green73.3%
Blue96.5%
CMYK percentages
Cyan49.2%
Magenta24.0%
Yellow0.0%
Key (black)3.5%
Color previews
#7dbbf6 text on a black background
contrast 10.31:1
Card sample
#7dbbf6 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbbf6;
Background color
Panel with #7dbbf6 background
background-color: #7dbbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 187, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 187, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbbf6; background: linear-gradient(135deg, #7dbbf6, #907DF6);