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