#8eb7db
a light, vivid blue · cool · closest name: skyblue
RGB
142, 183, 219
HSL
208°, 52%, 71%
CMYK
35, 16, 0, 14
Luminance
0.4473
Every format
| HEX | #8eb7db |
| RGB | rgb(142, 183, 219) |
| HSL | hsl(208, 52%, 71%) |
| CMYK | cmyk(35%, 16%, 0%, 14%) |
| LAB | lab(72.7 -5.0 -22.5) |
| LCH | lch(72.7 23.0 257.5) |
| OKLCH | oklch(0.763 0.068 245.4) |
Copy-ready code
/* CSS */
color: #8eb7db;
background-color: #8eb7db;
/* Tailwind (arbitrary) */
class="text-[#8eb7db] bg-[#8eb7db]"
/* SCSS */
$brand: #8eb7db;
/* SwiftUI */
Color(red: 0.557, green: 0.718, blue: 0.859)
/* Android */
Color.parseColor("#8eb7db")Accessibility — WCAG contrast
Aa
#8eb7db on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb7db on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.8%
Blue85.9%
CMYK percentages
Cyan35.2%
Magenta16.4%
Yellow0.0%
Key (black)14.1%
Color previews
#8eb7db text on a black background
contrast 9.95:1
Card sample
#8eb7db text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb7db;
Background color
Panel with #8eb7db background
background-color: #8eb7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 183, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 183, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb7db; background: linear-gradient(135deg, #8eb7db, #988EDB);