#082239
a deep, electric blue · cool · closest name: black
RGB
8, 34, 57
HSL
208°, 75%, 13%
CMYK
86, 40, 0, 78
Luminance
0.0149
Every format
| HEX | #082239 |
| RGB | rgb(8, 34, 57) |
| HSL | hsl(208, 75%, 13%) |
| CMYK | cmyk(86%, 40%, 0%, 78%) |
| LAB | lab(12.6 -0.2 -17.7) |
| LCH | lch(12.6 17.7 269.4) |
| OKLCH | oklch(0.246 0.054 248.6) |
Copy-ready code
/* CSS */
color: #082239;
background-color: #082239;
/* Tailwind (arbitrary) */
class="text-[#082239] bg-[#082239]"
/* SCSS */
$brand: #082239;
/* SwiftUI */
Color(red: 0.031, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#082239")Accessibility — WCAG contrast
Aa
#082239 on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082239 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green13.3%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta40.4%
Yellow0.0%
Key (black)77.6%
Color previews
#082239 text on a black background
contrast 1.30:1
Card sample
#082239 text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082239;
Background color
Panel with #082239 background
background-color: #082239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082239; background: linear-gradient(135deg, #082239, #0F0839);