#084ab2
a dark, electric blue · cool · closest name: royalblue
RGB
8, 74, 178
HSL
217°, 91%, 37%
CMYK
96, 58, 0, 30
Luminance
0.0816
Every format
| HEX | #084ab2 |
| RGB | rgb(8, 74, 178) |
| HSL | hsl(217, 91%, 37%) |
| CMYK | cmyk(96%, 58%, 0%, 30%) |
| LAB | lab(34.3 23.6 -60.1) |
| LCH | lch(34.3 64.6 291.5) |
| OKLCH | oklch(0.442 0.176 260.5) |
Copy-ready code
/* CSS */
color: #084ab2;
background-color: #084ab2;
/* Tailwind (arbitrary) */
class="text-[#084ab2] bg-[#084ab2]"
/* SCSS */
$brand: #084ab2;
/* SwiftUI */
Color(red: 0.031, green: 0.290, blue: 0.698)
/* Android */
Color.parseColor("#084ab2")Accessibility — WCAG contrast
Aa
#084ab2 on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084ab2 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.0%
Blue69.8%
CMYK percentages
Cyan95.5%
Magenta58.4%
Yellow0.0%
Key (black)30.2%
Color previews
#084ab2 text on a black background
contrast 2.63:1
Card sample
#084ab2 text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084ab2;
Background color
Panel with #084ab2 background
background-color: #084ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 74, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 74, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084ab2; background: linear-gradient(135deg, #084ab2, #3708B2);