#084d91
a dark, electric blue · cool · closest name: steelblue
RGB
8, 77, 145
HSL
210°, 90%, 30%
CMYK
95, 47, 0, 43
Luminance
0.0740
Every format
| HEX | #084d91 |
| RGB | rgb(8, 77, 145) |
| HSL | hsl(210, 90%, 30%) |
| CMYK | cmyk(95%, 47%, 0%, 43%) |
| LAB | lab(32.7 7.9 -42.9) |
| LCH | lch(32.7 43.6 280.5) |
| OKLCH | oklch(0.422 0.128 253.9) |
Copy-ready code
/* CSS */
color: #084d91;
background-color: #084d91;
/* Tailwind (arbitrary) */
class="text-[#084d91] bg-[#084d91]"
/* SCSS */
$brand: #084d91;
/* SwiftUI */
Color(red: 0.031, green: 0.302, blue: 0.569)
/* Android */
Color.parseColor("#084d91")Accessibility — WCAG contrast
Aa
#084d91 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084d91 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green30.2%
Blue56.9%
CMYK percentages
Cyan94.5%
Magenta46.9%
Yellow0.0%
Key (black)43.1%
Color previews
#084d91 text on a black background
contrast 2.48:1
Card sample
#084d91 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084d91;
Background color
Panel with #084d91 background
background-color: #084d91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084d91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 77, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 77, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084d91; background: linear-gradient(135deg, #084d91, #1E0891);