#084eb3
a dark, electric blue · cool · closest name: royalblue
RGB
8, 78, 179
HSL
215°, 91%, 37%
CMYK
96, 56, 0, 30
Luminance
0.0876
Every format
| HEX | #084eb3 |
| RGB | rgb(8, 78, 179) |
| HSL | hsl(215, 91%, 37%) |
| CMYK | cmyk(96%, 56%, 0%, 30%) |
| LAB | lab(35.5 21.4 -58.8) |
| LCH | lch(35.5 62.5 290.0) |
| OKLCH | oklch(0.451 0.173 259.6) |
Copy-ready code
/* CSS */
color: #084eb3;
background-color: #084eb3;
/* Tailwind (arbitrary) */
class="text-[#084eb3] bg-[#084eb3]"
/* SCSS */
$brand: #084eb3;
/* SwiftUI */
Color(red: 0.031, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#084eb3")Accessibility — WCAG contrast
Aa
#084eb3 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084eb3 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green30.6%
Blue70.2%
CMYK percentages
Cyan95.5%
Magenta56.4%
Yellow0.0%
Key (black)29.8%
Color previews
#084eb3 text on a black background
contrast 2.75:1
Card sample
#084eb3 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084eb3;
Background color
Panel with #084eb3 background
background-color: #084eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084eb3; background: linear-gradient(135deg, #084eb3, #3408B3);