#8bafd0
a light, soft blue · cool · closest name: skyblue
RGB
139, 175, 208
HSL
209°, 42%, 68%
CMYK
33, 16, 0, 18
Luminance
0.4070
Every format
| HEX | #8bafd0 |
| RGB | rgb(139, 175, 208) |
| HSL | hsl(209, 42%, 68%) |
| CMYK | cmyk(33%, 16%, 0%, 18%) |
| LAB | lab(70.0 -4.3 -20.7) |
| LCH | lch(70.0 21.1 258.3) |
| OKLCH | oklch(0.739 0.062 246.4) |
Copy-ready code
/* CSS */
color: #8bafd0;
background-color: #8bafd0;
/* Tailwind (arbitrary) */
class="text-[#8bafd0] bg-[#8bafd0]"
/* SCSS */
$brand: #8bafd0;
/* SwiftUI */
Color(red: 0.545, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#8bafd0")Accessibility — WCAG contrast
Aa
#8bafd0 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bafd0 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.6%
Blue81.6%
CMYK percentages
Cyan33.2%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#8bafd0 text on a black background
contrast 9.14:1
Card sample
#8bafd0 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bafd0;
Background color
Panel with #8bafd0 background
background-color: #8bafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bafd0; background: linear-gradient(135deg, #8bafd0, #958BD0);