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