#86abeb
a light, vivid blue · cool · closest name: steelblue
RGB
134, 171, 235
HSL
218°, 72%, 72%
CMYK
43, 27, 0, 8
Luminance
0.4019
Every format
| HEX | #86abeb |
| RGB | rgb(134, 171, 235) |
| HSL | hsl(218, 72%, 72%) |
| CMYK | cmyk(43%, 27%, 0%, 8%) |
| LAB | lab(69.6 3.8 -36.0) |
| LCH | lch(69.6 36.2 276.0) |
| OKLCH | oklch(0.739 0.102 261.1) |
Copy-ready code
/* CSS */
color: #86abeb;
background-color: #86abeb;
/* Tailwind (arbitrary) */
class="text-[#86abeb] bg-[#86abeb]"
/* SCSS */
$brand: #86abeb;
/* SwiftUI */
Color(red: 0.525, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#86abeb")Accessibility — WCAG contrast
Aa
#86abeb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86abeb on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#86abeb text on a black background
contrast 9.04:1
Card sample
#86abeb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86abeb;
Background color
Panel with #86abeb background
background-color: #86abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86abeb; background: linear-gradient(135deg, #86abeb, #A486EB);