#084367
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 67, 103
HSL
203°, 86%, 22%
CMYK
92, 35, 0, 60
Luminance
0.0505
Every format
| HEX | #084367 |
| RGB | rgb(8, 67, 103) |
| HSL | hsl(203, 86%, 22%) |
| CMYK | cmyk(92%, 35%, 0%, 60%) |
| LAB | lab(26.9 -3.1 -26.0) |
| LCH | lch(26.9 26.2 263.1) |
| OKLCH | oklch(0.368 0.083 242.6) |
Copy-ready code
/* CSS */
color: #084367;
background-color: #084367;
/* Tailwind (arbitrary) */
class="text-[#084367] bg-[#084367]"
/* SCSS */
$brand: #084367;
/* SwiftUI */
Color(red: 0.031, green: 0.263, blue: 0.404)
/* Android */
Color.parseColor("#084367")Accessibility — WCAG contrast
Aa
#084367 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084367 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.3%
Blue40.4%
CMYK percentages
Cyan92.2%
Magenta35.0%
Yellow0.0%
Key (black)59.6%
Color previews
#084367 text on a black background
contrast 2.01:1
Card sample
#084367 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084367;
Background color
Panel with #084367 background
background-color: #084367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 67, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 67, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084367; background: linear-gradient(135deg, #084367, #0C0867);