#082a39
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 42, 57
HSL
198°, 75%, 13%
CMYK
86, 26, 0, 78
Luminance
0.0200
Every format
| HEX | #082a39 |
| RGB | rgb(8, 42, 57) |
| HSL | hsl(198, 75%, 13%) |
| CMYK | cmyk(86%, 26%, 0%, 78%) |
| LAB | lab(15.5 -5.9 -13.1) |
| LCH | lch(15.5 14.4 245.8) |
| OKLCH | oklch(0.269 0.047 231.5) |
Copy-ready code
/* CSS */
color: #082a39;
background-color: #082a39;
/* Tailwind (arbitrary) */
class="text-[#082a39] bg-[#082a39]"
/* SCSS */
$brand: #082a39;
/* SwiftUI */
Color(red: 0.031, green: 0.165, blue: 0.224)
/* Android */
Color.parseColor("#082a39")Accessibility — WCAG contrast
Aa
#082a39 on white: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082a39 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.5%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta26.3%
Yellow0.0%
Key (black)77.6%
Color previews
#082a39 text on a black background
contrast 1.40:1
Card sample
#082a39 text on a white background
contrast 14.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082a39;
Background color
Panel with #082a39 background
background-color: #082a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 42, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 42, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082a39; background: linear-gradient(135deg, #082a39, #080939);