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