#082f4b
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 47, 75
HSL
205°, 81%, 16%
CMYK
89, 37, 0, 71
Luminance
0.0259
Every format
| HEX | #082f4b |
| RGB | rgb(8, 47, 75) |
| HSL | hsl(205, 81%, 16%) |
| CMYK | cmyk(89%, 37%, 0%, 71%) |
| LAB | lab(18.3 -1.6 -21.0) |
| LCH | lch(18.3 21.1 265.7) |
| OKLCH | oklch(0.295 0.066 245.0) |
Copy-ready code
/* CSS */
color: #082f4b;
background-color: #082f4b;
/* Tailwind (arbitrary) */
class="text-[#082f4b] bg-[#082f4b]"
/* SCSS */
$brand: #082f4b;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.294)
/* Android */
Color.parseColor("#082f4b")Accessibility — WCAG contrast
Aa
#082f4b on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f4b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta37.3%
Yellow0.0%
Key (black)70.6%
Color previews
#082f4b text on a black background
contrast 1.52:1
Card sample
#082f4b text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f4b;
Background color
Panel with #082f4b background
background-color: #082f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f4b; background: linear-gradient(135deg, #082f4b, #0E084B);