#8bafdb
a light, vivid blue · cool · closest name: skyblue
RGB
139, 175, 219
HSL
213°, 53%, 70%
CMYK
37, 20, 0, 14
Luminance
0.4126
Every format
| HEX | #8bafdb |
| RGB | rgb(139, 175, 219) |
| HSL | hsl(213, 53%, 70%) |
| CMYK | cmyk(37%, 20%, 0%, 14%) |
| LAB | lab(70.4 -1.5 -26.1) |
| LCH | lch(70.4 26.1 266.8) |
| OKLCH | oklch(0.744 0.075 253.8) |
Copy-ready code
/* CSS */
color: #8bafdb;
background-color: #8bafdb;
/* Tailwind (arbitrary) */
class="text-[#8bafdb] bg-[#8bafdb]"
/* SCSS */
$brand: #8bafdb;
/* SwiftUI */
Color(red: 0.545, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#8bafdb")Accessibility — WCAG contrast
Aa
#8bafdb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bafdb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.6%
Blue85.9%
CMYK percentages
Cyan36.5%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#8bafdb text on a black background
contrast 9.25:1
Card sample
#8bafdb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bafdb;
Background color
Panel with #8bafdb background
background-color: #8bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bafdb; background: linear-gradient(135deg, #8bafdb, #9C8BDB);