#7eb0d1
a light, vivid blue · cool · closest name: skyblue
RGB
126, 176, 209
HSL
204°, 47%, 66%
CMYK
40, 16, 0, 18
Luminance
0.4009
Every format
| HEX | #7eb0d1 |
| RGB | rgb(126, 176, 209) |
| HSL | hsl(204, 47%, 66%) |
| CMYK | cmyk(40%, 16%, 0%, 18%) |
| LAB | lab(69.5 -8.1 -21.9) |
| LCH | lch(69.5 23.4 249.6) |
| OKLCH | oklch(0.734 0.071 237.9) |
Copy-ready code
/* CSS */
color: #7eb0d1;
background-color: #7eb0d1;
/* Tailwind (arbitrary) */
class="text-[#7eb0d1] bg-[#7eb0d1]"
/* SCSS */
$brand: #7eb0d1;
/* SwiftUI */
Color(red: 0.494, green: 0.690, blue: 0.820)
/* Android */
Color.parseColor("#7eb0d1")Accessibility — WCAG contrast
Aa
#7eb0d1 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb0d1 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.0%
Blue82.0%
CMYK percentages
Cyan39.7%
Magenta15.8%
Yellow0.0%
Key (black)18.0%
Color previews
#7eb0d1 text on a black background
contrast 9.02:1
Card sample
#7eb0d1 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb0d1;
Background color
Panel with #7eb0d1 background
background-color: #7eb0d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb0d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 176, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 176, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb0d1; background: linear-gradient(135deg, #7eb0d1, #837ED1);