#084fcf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 79, 207
HSL
219°, 93%, 42%
CMYK
96, 62, 0, 19
Luminance
0.1015
Every format
| HEX | #084fcf |
| RGB | rgb(8, 79, 207) |
| HSL | hsl(219, 93%, 42%) |
| CMYK | cmyk(96%, 62%, 0%, 19%) |
| LAB | lab(38.1 31.8 -70.9) |
| LCH | lch(38.1 77.7 294.2) |
| OKLCH | oklch(0.478 0.208 261.7) |
Copy-ready code
/* CSS */
color: #084fcf;
background-color: #084fcf;
/* Tailwind (arbitrary) */
class="text-[#084fcf] bg-[#084fcf]"
/* SCSS */
$brand: #084fcf;
/* SwiftUI */
Color(red: 0.031, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#084fcf")Accessibility — WCAG contrast
Aa
#084fcf on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#084fcf on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green31.0%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#084fcf text on a black background
contrast 3.03:1
Card sample
#084fcf text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084fcf;
Background color
Panel with #084fcf background
background-color: #084fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084fcf; background: linear-gradient(135deg, #084fcf, #4608CF);