#86acef
a light, electric blue · cool · closest name: steelblue
RGB
134, 172, 239
HSL
218°, 77%, 73%
CMYK
44, 28, 0, 6
Luminance
0.4081
Every format
| HEX | #86acef |
| RGB | rgb(134, 172, 239) |
| HSL | hsl(218, 77%, 73%) |
| CMYK | cmyk(44%, 28%, 0%, 6%) |
| LAB | lab(70.0 4.3 -37.5) |
| LCH | lch(70.0 37.8 276.6) |
| OKLCH | oklch(0.743 0.106 261.4) |
Copy-ready code
/* CSS */
color: #86acef;
background-color: #86acef;
/* Tailwind (arbitrary) */
class="text-[#86acef] bg-[#86acef]"
/* SCSS */
$brand: #86acef;
/* SwiftUI */
Color(red: 0.525, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#86acef")Accessibility — WCAG contrast
Aa
#86acef on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86acef on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan43.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#86acef text on a black background
contrast 9.16:1
Card sample
#86acef text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86acef;
Background color
Panel with #86acef background
background-color: #86acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86acef; background: linear-gradient(135deg, #86acef, #A686EF);