#084449
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 68, 73
HSL
185°, 80%, 16%
CMYK
89, 7, 0, 71
Luminance
0.0467
Every format
| HEX | #084449 |
| RGB | rgb(8, 68, 73) |
| HSL | hsl(185, 80%, 16%) |
| CMYK | cmyk(89%, 7%, 0%, 71%) |
| LAB | lab(25.8 -15.8 -8.2) |
| LCH | lch(25.8 17.8 207.5) |
| OKLCH | oklch(0.354 0.057 203.7) |
Copy-ready code
/* CSS */
color: #084449;
background-color: #084449;
/* Tailwind (arbitrary) */
class="text-[#084449] bg-[#084449]"
/* SCSS */
$brand: #084449;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.286)
/* Android */
Color.parseColor("#084449")Accessibility — WCAG contrast
Aa
#084449 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084449 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue28.6%
CMYK percentages
Cyan89.0%
Magenta6.8%
Yellow0.0%
Key (black)71.4%
Color previews
#084449 text on a black background
contrast 1.93:1
Card sample
#084449 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084449;
Background color
Panel with #084449 background
background-color: #084449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084449; background: linear-gradient(135deg, #084449, #081949);