#084bcf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 75, 207
HSL
220°, 93%, 42%
CMYK
96, 64, 0, 19
Luminance
0.0959
Every format
| HEX | #084bcf |
| RGB | rgb(8, 75, 207) |
| HSL | hsl(220, 93%, 42%) |
| CMYK | cmyk(96%, 64%, 0%, 19%) |
| LAB | lab(37.1 34.4 -72.6) |
| LCH | lch(37.1 80.3 295.4) |
| OKLCH | oklch(0.470 0.212 262.3) |
Copy-ready code
/* CSS */
color: #084bcf;
background-color: #084bcf;
/* Tailwind (arbitrary) */
class="text-[#084bcf] bg-[#084bcf]"
/* SCSS */
$brand: #084bcf;
/* SwiftUI */
Color(red: 0.031, green: 0.294, blue: 0.812)
/* Android */
Color.parseColor("#084bcf")Accessibility — WCAG contrast
Aa
#084bcf on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084bcf on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.4%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta63.8%
Yellow0.0%
Key (black)18.8%
Color previews
#084bcf text on a black background
contrast 2.92:1
Card sample
#084bcf text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084bcf;
Background color
Panel with #084bcf background
background-color: #084bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 75, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 75, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084bcf; background: linear-gradient(135deg, #084bcf, #4A08CF);