#084fac
a dark, electric blue · cool · closest name: royalblue
RGB
8, 79, 172
HSL
214°, 91%, 35%
CMYK
95, 54, 0, 33
Luminance
0.0862
Every format
| HEX | #084fac |
| RGB | rgb(8, 79, 172) |
| HSL | hsl(214, 91%, 35%) |
| CMYK | cmyk(95%, 54%, 0%, 33%) |
| LAB | lab(35.2 17.8 -55.1) |
| LCH | lch(35.2 57.9 287.9) |
| OKLCH | oklch(0.448 0.162 258.5) |
Copy-ready code
/* CSS */
color: #084fac;
background-color: #084fac;
/* Tailwind (arbitrary) */
class="text-[#084fac] bg-[#084fac]"
/* SCSS */
$brand: #084fac;
/* SwiftUI */
Color(red: 0.031, green: 0.310, blue: 0.675)
/* Android */
Color.parseColor("#084fac")Accessibility — WCAG contrast
Aa
#084fac on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084fac on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green31.0%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta54.1%
Yellow0.0%
Key (black)32.5%
Color previews
#084fac text on a black background
contrast 2.72:1
Card sample
#084fac text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084fac;
Background color
Panel with #084fac background
background-color: #084fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 79, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 79, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084fac; background: linear-gradient(135deg, #084fac, #2E08AC);