#7ebfe7
a light, vivid blue · cool · closest name: skyblue
RGB
126, 191, 231
HSL
203°, 69%, 70%
CMYK
46, 17, 0, 9
Luminance
0.4747
Every format
| HEX | #7ebfe7 |
| RGB | rgb(126, 191, 231) |
| HSL | hsl(203, 69%, 70%) |
| CMYK | cmyk(46%, 17%, 0%, 9%) |
| LAB | lab(74.5 -10.2 -26.4) |
| LCH | lch(74.5 28.3 248.8) |
| OKLCH | oklch(0.776 0.088 236.5) |
Copy-ready code
/* CSS */
color: #7ebfe7;
background-color: #7ebfe7;
/* Tailwind (arbitrary) */
class="text-[#7ebfe7] bg-[#7ebfe7]"
/* SCSS */
$brand: #7ebfe7;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#7ebfe7")Accessibility — WCAG contrast
Aa
#7ebfe7 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfe7 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue90.6%
CMYK percentages
Cyan45.5%
Magenta17.3%
Yellow0.0%
Key (black)9.4%
Color previews
#7ebfe7 text on a black background
contrast 10.49:1
Card sample
#7ebfe7 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfe7;
Background color
Panel with #7ebfe7 background
background-color: #7ebfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfe7; background: linear-gradient(135deg, #7ebfe7, #837EE7);