#8baac2
a light, soft blue · cool · closest name: skyblue
RGB
139, 170, 194
HSL
206°, 31%, 65%
CMYK
28, 12, 0, 24
Luminance
0.3813
Every format
| HEX | #8baac2 |
| RGB | rgb(139, 170, 194) |
| HSL | hsl(206, 31%, 65%) |
| CMYK | cmyk(28%, 12%, 0%, 24%) |
| LAB | lab(68.1 -5.0 -15.7) |
| LCH | lch(68.1 16.5 252.3) |
| OKLCH | oklch(0.723 0.049 241.6) |
Copy-ready code
/* CSS */
color: #8baac2;
background-color: #8baac2;
/* Tailwind (arbitrary) */
class="text-[#8baac2] bg-[#8baac2]"
/* SCSS */
$brand: #8baac2;
/* SwiftUI */
Color(red: 0.545, green: 0.667, blue: 0.761)
/* Android */
Color.parseColor("#8baac2")Accessibility — WCAG contrast
Aa
#8baac2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8baac2 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green66.7%
Blue76.1%
CMYK percentages
Cyan28.4%
Magenta12.4%
Yellow0.0%
Key (black)23.9%
Color previews
#8baac2 text on a black background
contrast 8.63:1
Card sample
#8baac2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8baac2;
Background color
Panel with #8baac2 background
background-color: #8baac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8baac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 170, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 170, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8baac2; background: linear-gradient(135deg, #8baac2, #918BC2);