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