#7dbeee
a light, electric blue · cool · closest name: skyblue
RGB
125, 190, 238
HSL
206°, 77%, 71%
CMYK
48, 20, 0, 7
Luminance
0.4736
Every format
| HEX | #7dbeee |
| RGB | rgb(125, 190, 238) |
| HSL | hsl(206, 77%, 71%) |
| CMYK | cmyk(48%, 20%, 0%, 7%) |
| LAB | lab(74.4 -8.0 -30.3) |
| LCH | lch(74.4 31.3 255.2) |
| OKLCH | oklch(0.776 0.096 241.5) |
Copy-ready code
/* CSS */
color: #7dbeee;
background-color: #7dbeee;
/* Tailwind (arbitrary) */
class="text-[#7dbeee] bg-[#7dbeee]"
/* SCSS */
$brand: #7dbeee;
/* SwiftUI */
Color(red: 0.490, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#7dbeee")Accessibility — WCAG contrast
Aa
#7dbeee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbeee on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan47.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#7dbeee text on a black background
contrast 10.47:1
Card sample
#7dbeee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbeee;
Background color
Panel with #7dbeee background
background-color: #7dbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbeee; background: linear-gradient(135deg, #7dbeee, #877DEE);