#084baf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 75, 175
HSL
216°, 91%, 36%
CMYK
95, 57, 0, 31
Luminance
0.0818
Every format
| HEX | #084baf |
| RGB | rgb(8, 75, 175) |
| HSL | hsl(216, 91%, 36%) |
| CMYK | cmyk(95%, 57%, 0%, 31%) |
| LAB | lab(34.4 21.8 -58.3) |
| LCH | lch(34.4 62.2 290.5) |
| OKLCH | oklch(0.442 0.171 259.9) |
Copy-ready code
/* CSS */
color: #084baf;
background-color: #084baf;
/* Tailwind (arbitrary) */
class="text-[#084baf] bg-[#084baf]"
/* SCSS */
$brand: #084baf;
/* SwiftUI */
Color(red: 0.031, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#084baf")Accessibility — WCAG contrast
Aa
#084baf on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084baf on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.4%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta57.1%
Yellow0.0%
Key (black)31.4%
Color previews
#084baf text on a black background
contrast 2.64:1
Card sample
#084baf text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084baf;
Background color
Panel with #084baf background
background-color: #084baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084baf; background: linear-gradient(135deg, #084baf, #3408AF);