#7ebfe5
a light, vivid blue · cool · closest name: skyblue
RGB
126, 191, 229
HSL
202°, 67%, 70%
CMYK
45, 17, 0, 10
Luminance
0.4735
Every format
| HEX | #7ebfe5 |
| RGB | rgb(126, 191, 229) |
| HSL | hsl(202, 67%, 70%) |
| CMYK | cmyk(45%, 17%, 0%, 10%) |
| LAB | lab(74.4 -10.8 -25.4) |
| LCH | lch(74.4 27.6 247.0) |
| OKLCH | oklch(0.775 0.086 235.1) |
Copy-ready code
/* CSS */
color: #7ebfe5;
background-color: #7ebfe5;
/* Tailwind (arbitrary) */
class="text-[#7ebfe5] bg-[#7ebfe5]"
/* SCSS */
$brand: #7ebfe5;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.898)
/* Android */
Color.parseColor("#7ebfe5")Accessibility — WCAG contrast
Aa
#7ebfe5 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfe5 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue89.8%
CMYK percentages
Cyan45.0%
Magenta16.6%
Yellow0.0%
Key (black)10.2%
Color previews
#7ebfe5 text on a black background
contrast 10.47:1
Card sample
#7ebfe5 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfe5;
Background color
Panel with #7ebfe5 background
background-color: #7ebfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfe5; background: linear-gradient(135deg, #7ebfe5, #827EE5);