#084355
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 67, 85
HSL
194°, 83%, 18%
CMYK
91, 21, 0, 67
Luminance
0.0472
Every format
| HEX | #084355 |
| RGB | rgb(8, 67, 85) |
| HSL | hsl(194, 83%, 18%) |
| CMYK | cmyk(91%, 21%, 0%, 67%) |
| LAB | lab(25.9 -10.6 -15.8) |
| LCH | lch(25.9 19.0 236.3) |
| OKLCH | oklch(0.357 0.063 224.5) |
Copy-ready code
/* CSS */
color: #084355;
background-color: #084355;
/* Tailwind (arbitrary) */
class="text-[#084355] bg-[#084355]"
/* SCSS */
$brand: #084355;
/* SwiftUI */
Color(red: 0.031, green: 0.263, blue: 0.333)
/* Android */
Color.parseColor("#084355")Accessibility — WCAG contrast
Aa
#084355 on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084355 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.3%
Blue33.3%
CMYK percentages
Cyan90.6%
Magenta21.2%
Yellow0.0%
Key (black)66.7%
Color previews
#084355 text on a black background
contrast 1.94:1
Card sample
#084355 text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084355;
Background color
Panel with #084355 background
background-color: #084355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 67, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 67, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084355; background: linear-gradient(135deg, #084355, #081055);