#084d52
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 77, 82
HSL
184°, 82%, 18%
CMYK
90, 6, 0, 68
Luminance
0.0597
Every format
| HEX | #084d52 |
| RGB | rgb(8, 77, 82) |
| HSL | hsl(184, 82%, 18%) |
| CMYK | cmyk(90%, 6%, 0%, 68%) |
| LAB | lab(29.3 -17.6 -8.7) |
| LCH | lch(29.3 19.6 206.3) |
| OKLCH | oklch(0.384 0.062 202.7) |
Copy-ready code
/* CSS */
color: #084d52;
background-color: #084d52;
/* Tailwind (arbitrary) */
class="text-[#084d52] bg-[#084d52]"
/* SCSS */
$brand: #084d52;
/* SwiftUI */
Color(red: 0.031, green: 0.302, blue: 0.322)
/* Android */
Color.parseColor("#084d52")Accessibility — WCAG contrast
Aa
#084d52 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084d52 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green30.2%
Blue32.2%
CMYK percentages
Cyan90.2%
Magenta6.1%
Yellow0.0%
Key (black)67.8%
Color previews
#084d52 text on a black background
contrast 2.19:1
Card sample
#084d52 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084d52;
Background color
Panel with #084d52 background
background-color: #084d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 77, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 77, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084d52; background: linear-gradient(135deg, #084d52, #081C52);