#086cba
a dark, electric blue · cool · closest name: steelblue
RGB
8, 108, 186
HSL
206°, 92%, 38%
CMYK
96, 42, 0, 27
Luminance
0.1432
Every format
| HEX | #086cba |
| RGB | rgb(8, 108, 186) |
| HSL | hsl(206, 92%, 38%) |
| CMYK | cmyk(96%, 42%, 0%, 27%) |
| LAB | lab(44.7 4.5 -48.1) |
| LCH | lch(44.7 48.3 275.3) |
| OKLCH | oklch(0.523 0.146 250.3) |
Copy-ready code
/* CSS */
color: #086cba;
background-color: #086cba;
/* Tailwind (arbitrary) */
class="text-[#086cba] bg-[#086cba]"
/* SCSS */
$brand: #086cba;
/* SwiftUI */
Color(red: 0.031, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#086cba")Accessibility — WCAG contrast
Aa
#086cba on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086cba on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.4%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta41.9%
Yellow0.0%
Key (black)27.1%
Color previews
#086cba text on a black background
contrast 3.86:1
Card sample
#086cba text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086cba;
Background color
Panel with #086cba background
background-color: #086cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086cba; background: linear-gradient(135deg, #086cba, #1B08BA);