#7dbfff
a light, electric blue · cool · closest name: skyblue
RGB
125, 191, 255
HSL
210°, 100%, 75%
CMYK
51, 25, 0, 0
Luminance
0.4884
Every format
| HEX | #7dbfff |
| RGB | rgb(125, 191, 255) |
| HSL | hsl(210, 100%, 75%) |
| CMYK | cmyk(51%, 25%, 0%, 0%) |
| LAB | lab(75.3 -3.7 -38.0) |
| LCH | lch(75.3 38.1 264.5) |
| OKLCH | oklch(0.785 0.114 248.7) |
Copy-ready code
/* CSS */
color: #7dbfff;
background-color: #7dbfff;
/* Tailwind (arbitrary) */
class="text-[#7dbfff] bg-[#7dbfff]"
/* SCSS */
$brand: #7dbfff;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#7dbfff")Accessibility — WCAG contrast
Aa
#7dbfff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbfff on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue100.0%
CMYK percentages
Cyan51.0%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7dbfff text on a black background
contrast 10.77:1
Card sample
#7dbfff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbfff;
Background color
Panel with #7dbfff background
background-color: #7dbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbfff; background: linear-gradient(135deg, #7dbfff, #927DFF);