#7eb7db
a light, vivid blue · cool · closest name: skyblue
RGB
126, 183, 219
HSL
203°, 56%, 68%
CMYK
43, 16, 0, 14
Luminance
0.4342
Every format
| HEX | #7eb7db |
| RGB | rgb(126, 183, 219) |
| HSL | hsl(203, 56%, 68%) |
| CMYK | cmyk(43%, 16%, 0%, 14%) |
| LAB | lab(71.8 -9.2 -23.9) |
| LCH | lch(71.8 25.6 248.9) |
| OKLCH | oklch(0.753 0.079 236.9) |
Copy-ready code
/* CSS */
color: #7eb7db;
background-color: #7eb7db;
/* Tailwind (arbitrary) */
class="text-[#7eb7db] bg-[#7eb7db]"
/* SCSS */
$brand: #7eb7db;
/* SwiftUI */
Color(red: 0.494, green: 0.718, blue: 0.859)
/* Android */
Color.parseColor("#7eb7db")Accessibility — WCAG contrast
Aa
#7eb7db on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb7db on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green71.8%
Blue85.9%
CMYK percentages
Cyan42.5%
Magenta16.4%
Yellow0.0%
Key (black)14.1%
Color previews
#7eb7db text on a black background
contrast 9.68:1
Card sample
#7eb7db text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb7db;
Background color
Panel with #7eb7db background
background-color: #7eb7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 183, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 183, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb7db; background: linear-gradient(135deg, #7eb7db, #837EDB);