#086eb2
a dark, electric blue · cool · closest name: steelblue
RGB
8, 110, 178
HSL
204°, 91%, 37%
CMYK
96, 38, 0, 30
Luminance
0.1442
Every format
| HEX | #086eb2 |
| RGB | rgb(8, 110, 178) |
| HSL | hsl(204, 91%, 37%) |
| CMYK | cmyk(96%, 38%, 0%, 30%) |
| LAB | lab(44.8 0.0 -43.2) |
| LCH | lch(44.8 43.2 270.1) |
| OKLCH | oklch(0.523 0.134 246.8) |
Copy-ready code
/* CSS */
color: #086eb2;
background-color: #086eb2;
/* Tailwind (arbitrary) */
class="text-[#086eb2] bg-[#086eb2]"
/* SCSS */
$brand: #086eb2;
/* SwiftUI */
Color(red: 0.031, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#086eb2")Accessibility — WCAG contrast
Aa
#086eb2 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086eb2 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.1%
Blue69.8%
CMYK percentages
Cyan95.5%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#086eb2 text on a black background
contrast 3.88:1
Card sample
#086eb2 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086eb2;
Background color
Panel with #086eb2 background
background-color: #086eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086eb2; background: linear-gradient(135deg, #086eb2, #1308B2);