#082b39
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 43, 57
HSL
197°, 75%, 13%
CMYK
86, 25, 0, 78
Luminance
0.0207
Every format
| HEX | #082b39 |
| RGB | rgb(8, 43, 57) |
| HSL | hsl(197, 75%, 13%) |
| CMYK | cmyk(86%, 25%, 0%, 78%) |
| LAB | lab(15.9 -6.6 -12.5) |
| LCH | lch(15.9 14.1 242.3) |
| OKLCH | oklch(0.272 0.046 229.1) |
Copy-ready code
/* CSS */
color: #082b39;
background-color: #082b39;
/* Tailwind (arbitrary) */
class="text-[#082b39] bg-[#082b39]"
/* SCSS */
$brand: #082b39;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.224)
/* Android */
Color.parseColor("#082b39")Accessibility — WCAG contrast
Aa
#082b39 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b39 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta24.6%
Yellow0.0%
Key (black)77.6%
Color previews
#082b39 text on a black background
contrast 1.41:1
Card sample
#082b39 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b39;
Background color
Panel with #082b39 background
background-color: #082b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b39; background: linear-gradient(135deg, #082b39, #080A39);