#8bafdf
a light, vivid blue · cool · closest name: skyblue
RGB
139, 175, 223
HSL
214°, 57%, 71%
CMYK
38, 22, 0, 13
Luminance
0.4148
Every format
| HEX | #8bafdf |
| RGB | rgb(139, 175, 223) |
| HSL | hsl(214, 57%, 71%) |
| CMYK | cmyk(38%, 22%, 0%, 13%) |
| LAB | lab(70.5 -0.4 -28.1) |
| LCH | lch(70.5 28.1 269.2) |
| OKLCH | oklch(0.745 0.080 255.8) |
Copy-ready code
/* CSS */
color: #8bafdf;
background-color: #8bafdf;
/* Tailwind (arbitrary) */
class="text-[#8bafdf] bg-[#8bafdf]"
/* SCSS */
$brand: #8bafdf;
/* SwiftUI */
Color(red: 0.545, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#8bafdf")Accessibility — WCAG contrast
Aa
#8bafdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bafdf on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8bafdf text on a black background
contrast 9.30:1
Card sample
#8bafdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bafdf;
Background color
Panel with #8bafdf background
background-color: #8bafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bafdf; background: linear-gradient(135deg, #8bafdf, #9F8BDF);