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