#084cb2
a dark, electric blue · cool · closest name: royalblue
RGB
8, 76, 178
HSL
216°, 91%, 37%
CMYK
96, 57, 0, 30
Luminance
0.0843
Every format
| HEX | #084cb2 |
| RGB | rgb(8, 76, 178) |
| HSL | hsl(216, 91%, 37%) |
| CMYK | cmyk(96%, 57%, 0%, 30%) |
| LAB | lab(34.9 22.3 -59.2) |
| LCH | lch(34.9 63.3 290.6) |
| OKLCH | oklch(0.446 0.174 260.0) |
Copy-ready code
/* CSS */
color: #084cb2;
background-color: #084cb2;
/* Tailwind (arbitrary) */
class="text-[#084cb2] bg-[#084cb2]"
/* SCSS */
$brand: #084cb2;
/* SwiftUI */
Color(red: 0.031, green: 0.298, blue: 0.698)
/* Android */
Color.parseColor("#084cb2")Accessibility — WCAG contrast
Aa
#084cb2 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084cb2 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.8%
Blue69.8%
CMYK percentages
Cyan95.5%
Magenta57.3%
Yellow0.0%
Key (black)30.2%
Color previews
#084cb2 text on a black background
contrast 2.69:1
Card sample
#084cb2 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084cb2;
Background color
Panel with #084cb2 background
background-color: #084cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 76, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 76, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084cb2; background: linear-gradient(135deg, #084cb2, #3508B2);