#082d39
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 45, 57
HSL
195°, 75%, 13%
CMYK
86, 21, 0, 78
Luminance
0.0222
Every format
| HEX | #082d39 |
| RGB | rgb(8, 45, 57) |
| HSL | hsl(195, 75%, 13%) |
| CMYK | cmyk(86%, 21%, 0%, 78%) |
| LAB | lab(16.6 -7.9 -11.4) |
| LCH | lch(16.6 13.8 235.2) |
| OKLCH | oklch(0.278 0.046 224.1) |
Copy-ready code
/* CSS */
color: #082d39;
background-color: #082d39;
/* Tailwind (arbitrary) */
class="text-[#082d39] bg-[#082d39]"
/* SCSS */
$brand: #082d39;
/* SwiftUI */
Color(red: 0.031, green: 0.176, blue: 0.224)
/* Android */
Color.parseColor("#082d39")Accessibility — WCAG contrast
Aa
#082d39 on white: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082d39 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.6%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta21.1%
Yellow0.0%
Key (black)77.6%
Color previews
#082d39 text on a black background
contrast 1.44:1
Card sample
#082d39 text on a white background
contrast 14.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082d39;
Background color
Panel with #082d39 background
background-color: #082d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 45, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 45, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082d39; background: linear-gradient(135deg, #082d39, #080C39);