#086fba
a dark, electric blue · cool · closest name: steelblue
RGB
8, 111, 186
HSL
205°, 92%, 38%
CMYK
96, 40, 0, 27
Luminance
0.1497
Every format
| HEX | #086fba |
| RGB | rgb(8, 111, 186) |
| HSL | hsl(205, 92%, 38%) |
| CMYK | cmyk(96%, 40%, 0%, 27%) |
| LAB | lab(45.6 2.6 -46.6) |
| LCH | lch(45.6 46.7 273.2) |
| OKLCH | oklch(0.531 0.143 248.9) |
Copy-ready code
/* CSS */
color: #086fba;
background-color: #086fba;
/* Tailwind (arbitrary) */
class="text-[#086fba] bg-[#086fba]"
/* SCSS */
$brand: #086fba;
/* SwiftUI */
Color(red: 0.031, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#086fba")Accessibility — WCAG contrast
Aa
#086fba on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086fba on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.5%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#086fba text on a black background
contrast 3.99:1
Card sample
#086fba text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086fba;
Background color
Panel with #086fba background
background-color: #086fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086fba; background: linear-gradient(135deg, #086fba, #1808BA);