#7ebeea
a light, vivid blue · cool · closest name: skyblue
RGB
126, 190, 234
HSL
204°, 72%, 71%
CMYK
46, 19, 0, 8
Luminance
0.4720
Every format
| HEX | #7ebeea |
| RGB | rgb(126, 190, 234) |
| HSL | hsl(204, 72%, 71%) |
| CMYK | cmyk(46%, 19%, 0%, 8%) |
| LAB | lab(74.3 -8.9 -28.2) |
| LCH | lch(74.3 29.6 252.6) |
| OKLCH | oklch(0.775 0.091 239.5) |
Copy-ready code
/* CSS */
color: #7ebeea;
background-color: #7ebeea;
/* Tailwind (arbitrary) */
class="text-[#7ebeea] bg-[#7ebeea]"
/* SCSS */
$brand: #7ebeea;
/* SwiftUI */
Color(red: 0.494, green: 0.745, blue: 0.918)
/* Android */
Color.parseColor("#7ebeea")Accessibility — WCAG contrast
Aa
#7ebeea on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebeea on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.5%
Blue91.8%
CMYK percentages
Cyan46.2%
Magenta18.8%
Yellow0.0%
Key (black)8.2%
Color previews
#7ebeea text on a black background
contrast 10.44:1
Card sample
#7ebeea text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebeea;
Background color
Panel with #7ebeea background
background-color: #7ebeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 190, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 190, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebeea; background: linear-gradient(135deg, #7ebeea, #867EEA);