#082147
a deep, electric blue · cool · closest name: black
RGB
8, 33, 71
HSL
216°, 80%, 16%
CMYK
89, 54, 0, 72
Luminance
0.0159
Every format
| HEX | #082147 |
| RGB | rgb(8, 33, 71) |
| HSL | hsl(216, 80%, 16%) |
| CMYK | cmyk(89%, 54%, 0%, 72%) |
| LAB | lab(13.2 7.0 -26.5) |
| LCH | lch(13.2 27.4 284.7) |
| OKLCH | oklch(0.254 0.078 258.9) |
Copy-ready code
/* CSS */
color: #082147;
background-color: #082147;
/* Tailwind (arbitrary) */
class="text-[#082147] bg-[#082147]"
/* SCSS */
$brand: #082147;
/* SwiftUI */
Color(red: 0.031, green: 0.129, blue: 0.278)
/* Android */
Color.parseColor("#082147")Accessibility — WCAG contrast
Aa
#082147 on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082147 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.9%
Blue27.8%
CMYK percentages
Cyan88.7%
Magenta53.5%
Yellow0.0%
Key (black)72.2%
Color previews
#082147 text on a black background
contrast 1.32:1
Card sample
#082147 text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082147;
Background color
Panel with #082147 background
background-color: #082147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 33, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 33, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082147; background: linear-gradient(135deg, #082147, #190847);