#082139
a deep, electric blue · cool · closest name: black
RGB
8, 33, 57
HSL
209°, 75%, 13%
CMYK
86, 42, 0, 78
Luminance
0.0143
Every format
| HEX | #082139 |
| RGB | rgb(8, 33, 57) |
| HSL | hsl(209, 75%, 13%) |
| CMYK | cmyk(86%, 42%, 0%, 78%) |
| LAB | lab(12.2 0.6 -18.3) |
| LCH | lch(12.2 18.3 271.7) |
| OKLCH | oklch(0.243 0.055 250.4) |
Copy-ready code
/* CSS */
color: #082139;
background-color: #082139;
/* Tailwind (arbitrary) */
class="text-[#082139] bg-[#082139]"
/* SCSS */
$brand: #082139;
/* SwiftUI */
Color(red: 0.031, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#082139")Accessibility — WCAG contrast
Aa
#082139 on white: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082139 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.9%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta42.1%
Yellow0.0%
Key (black)77.6%
Color previews
#082139 text on a black background
contrast 1.29:1
Card sample
#082139 text on a white background
contrast 16.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082139;
Background color
Panel with #082139 background
background-color: #082139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082139; background: linear-gradient(135deg, #082139, #100839);