#084070
a deep, electric blue · cool · closest name: steelblue
RGB
8, 64, 112
HSL
208°, 87%, 24%
CMYK
93, 43, 0, 56
Luminance
0.0489
Every format
| HEX | #084070 |
| RGB | rgb(8, 64, 112) |
| HSL | hsl(208, 87%, 24%) |
| CMYK | cmyk(93%, 43%, 0%, 56%) |
| LAB | lab(26.4 2.7 -32.5) |
| LCH | lch(26.4 32.6 274.8) |
| OKLCH | oklch(0.366 0.099 250.5) |
Copy-ready code
/* CSS */
color: #084070;
background-color: #084070;
/* Tailwind (arbitrary) */
class="text-[#084070] bg-[#084070]"
/* SCSS */
$brand: #084070;
/* SwiftUI */
Color(red: 0.031, green: 0.251, blue: 0.439)
/* Android */
Color.parseColor("#084070")Accessibility — WCAG contrast
Aa
#084070 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084070 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.1%
Blue43.9%
CMYK percentages
Cyan92.9%
Magenta42.9%
Yellow0.0%
Key (black)56.1%
Color previews
#084070 text on a black background
contrast 1.98:1
Card sample
#084070 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084070;
Background color
Panel with #084070 background
background-color: #084070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 64, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 64, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084070; background: linear-gradient(135deg, #084070, #150870);