#086daf
a dark, electric blue · cool · closest name: steelblue
RGB
8, 109, 175
HSL
204°, 91%, 36%
CMYK
95, 38, 0, 31
Luminance
0.1408
Every format
| HEX | #086daf |
| RGB | rgb(8, 109, 175) |
| HSL | hsl(204, 91%, 36%) |
| CMYK | cmyk(95%, 38%, 0%, 31%) |
| LAB | lab(44.4 -0.5 -42.2) |
| LCH | lch(44.4 42.2 269.3) |
| OKLCH | oklch(0.519 0.132 246.3) |
Copy-ready code
/* CSS */
color: #086daf;
background-color: #086daf;
/* Tailwind (arbitrary) */
class="text-[#086daf] bg-[#086daf]"
/* SCSS */
$brand: #086daf;
/* SwiftUI */
Color(red: 0.031, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#086daf")Accessibility — WCAG contrast
Aa
#086daf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086daf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.7%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta37.7%
Yellow0.0%
Key (black)31.4%
Color previews
#086daf text on a black background
contrast 3.82:1
Card sample
#086daf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086daf;
Background color
Panel with #086daf background
background-color: #086daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086daf; background: linear-gradient(135deg, #086daf, #1208AF);