#86abdf
a light, vivid blue · cool · closest name: steelblue
RGB
134, 171, 223
HSL
215°, 58%, 70%
CMYK
40, 23, 0, 13
Luminance
0.3952
Every format
| HEX | #86abdf |
| RGB | rgb(134, 171, 223) |
| HSL | hsl(215, 58%, 70%) |
| CMYK | cmyk(40%, 23%, 0%, 13%) |
| LAB | lab(69.1 0.5 -30.2) |
| LCH | lch(69.1 30.2 270.9) |
| OKLCH | oklch(0.734 0.086 256.9) |
Copy-ready code
/* CSS */
color: #86abdf;
background-color: #86abdf;
/* Tailwind (arbitrary) */
class="text-[#86abdf] bg-[#86abdf]"
/* SCSS */
$brand: #86abdf;
/* SwiftUI */
Color(red: 0.525, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#86abdf")Accessibility — WCAG contrast
Aa
#86abdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86abdf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#86abdf text on a black background
contrast 8.90:1
Card sample
#86abdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86abdf;
Background color
Panel with #86abdf background
background-color: #86abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86abdf; background: linear-gradient(135deg, #86abdf, #9C86DF);