#084fba
a dark, electric blue · cool · closest name: royalblue
RGB
8, 79, 186
HSL
216°, 92%, 38%
CMYK
96, 58, 0, 27
Luminance
0.0919
Every format
| HEX | #084fba |
| RGB | rgb(8, 79, 186) |
| HSL | hsl(216, 92%, 38%) |
| CMYK | cmyk(96%, 58%, 0%, 27%) |
| LAB | lab(36.3 23.5 -61.5) |
| LCH | lch(36.3 65.9 290.9) |
| OKLCH | oklch(0.459 0.181 260.1) |
Copy-ready code
/* CSS */
color: #084fba;
background-color: #084fba;
/* Tailwind (arbitrary) */
class="text-[#084fba] bg-[#084fba]"
/* SCSS */
$brand: #084fba;
/* SwiftUI */
Color(red: 0.031, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#084fba")Accessibility — WCAG contrast
Aa
#084fba on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084fba on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green31.0%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#084fba text on a black background
contrast 2.84:1
Card sample
#084fba text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084fba;
Background color
Panel with #084fba background
background-color: #084fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084fba; background: linear-gradient(135deg, #084fba, #3808BA);