#086eb7
a dark, electric blue · cool · closest name: steelblue
RGB
8, 110, 183
HSL
205°, 92%, 38%
CMYK
96, 40, 0, 28
Luminance
0.1462
Every format
| HEX | #086eb7 |
| RGB | rgb(8, 110, 183) |
| HSL | hsl(205, 92%, 38%) |
| CMYK | cmyk(96%, 40%, 0%, 28%) |
| LAB | lab(45.1 2.0 -45.6) |
| LCH | lch(45.1 45.7 272.5) |
| OKLCH | oklch(0.526 0.140 248.5) |
Copy-ready code
/* CSS */
color: #086eb7;
background-color: #086eb7;
/* Tailwind (arbitrary) */
class="text-[#086eb7] bg-[#086eb7]"
/* SCSS */
$brand: #086eb7;
/* SwiftUI */
Color(red: 0.031, green: 0.431, blue: 0.718)
/* Android */
Color.parseColor("#086eb7")Accessibility — WCAG contrast
Aa
#086eb7 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086eb7 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.1%
Blue71.8%
CMYK percentages
Cyan95.6%
Magenta39.9%
Yellow0.0%
Key (black)28.2%
Color previews
#086eb7 text on a black background
contrast 3.92:1
Card sample
#086eb7 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086eb7;
Background color
Panel with #086eb7 background
background-color: #086eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 110, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 110, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086eb7; background: linear-gradient(135deg, #086eb7, #1708B7);