#7ebee6
a light, vivid blue · cool · closest name: skyblue
RGB
126, 190, 230
HSL
203°, 68%, 70%
CMYK
45, 17, 0, 10
Luminance
0.4698
Every format
| HEX | #7ebee6 |
| RGB | rgb(126, 190, 230) |
| HSL | hsl(203, 68%, 70%) |
| CMYK | cmyk(45%, 17%, 0%, 10%) |
| LAB | lab(74.2 -10.0 -26.3) |
| LCH | lch(74.2 28.1 249.2) |
| OKLCH | oklch(0.773 0.087 236.9) |
Copy-ready code
/* CSS */
color: #7ebee6;
background-color: #7ebee6;
/* Tailwind (arbitrary) */
class="text-[#7ebee6] bg-[#7ebee6]"
/* SCSS */
$brand: #7ebee6;
/* SwiftUI */
Color(red: 0.494, green: 0.745, blue: 0.902)
/* Android */
Color.parseColor("#7ebee6")Accessibility — WCAG contrast
Aa
#7ebee6 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebee6 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.5%
Blue90.2%
CMYK percentages
Cyan45.2%
Magenta17.4%
Yellow0.0%
Key (black)9.8%
Color previews
#7ebee6 text on a black background
contrast 10.40:1
Card sample
#7ebee6 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebee6;
Background color
Panel with #7ebee6 background
background-color: #7ebee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 190, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 190, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebee6; background: linear-gradient(135deg, #7ebee6, #837EE6);