#7dbef1
a light, electric blue · cool · closest name: skyblue
RGB
125, 190, 241
HSL
206°, 81%, 72%
CMYK
48, 21, 0, 6
Luminance
0.4754
Every format
| HEX | #7dbef1 |
| RGB | rgb(125, 190, 241) |
| HSL | hsl(206, 81%, 72%) |
| CMYK | cmyk(48%, 21%, 0%, 6%) |
| LAB | lab(74.5 -7.2 -31.7) |
| LCH | lch(74.5 32.5 257.3) |
| OKLCH | oklch(0.777 0.099 243.2) |
Copy-ready code
/* CSS */
color: #7dbef1;
background-color: #7dbef1;
/* Tailwind (arbitrary) */
class="text-[#7dbef1] bg-[#7dbef1]"
/* SCSS */
$brand: #7dbef1;
/* SwiftUI */
Color(red: 0.490, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#7dbef1")Accessibility — WCAG contrast
Aa
#7dbef1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbef1 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.5%
Blue94.5%
CMYK percentages
Cyan48.1%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#7dbef1 text on a black background
contrast 10.51:1
Card sample
#7dbef1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbef1;
Background color
Panel with #7dbef1 background
background-color: #7dbef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbef1; background: linear-gradient(135deg, #7dbef1, #897DF1);