#082d4f
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 45, 79
HSL
209°, 82%, 17%
CMYK
90, 43, 0, 69
Luminance
0.0249
Every format
| HEX | #082d4f |
| RGB | rgb(8, 45, 79) |
| HSL | hsl(209, 82%, 17%) |
| CMYK | cmyk(90%, 43%, 0%, 69%) |
| LAB | lab(17.9 1.6 -24.4) |
| LCH | lch(17.9 24.5 273.8) |
| OKLCH | oklch(0.292 0.074 250.6) |
Copy-ready code
/* CSS */
color: #082d4f;
background-color: #082d4f;
/* Tailwind (arbitrary) */
class="text-[#082d4f] bg-[#082d4f]"
/* SCSS */
$brand: #082d4f;
/* SwiftUI */
Color(red: 0.031, green: 0.176, blue: 0.310)
/* Android */
Color.parseColor("#082d4f")Accessibility — WCAG contrast
Aa
#082d4f on white: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082d4f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.6%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta43.0%
Yellow0.0%
Key (black)69.0%
Color previews
#082d4f text on a black background
contrast 1.50:1
Card sample
#082d4f text on a white background
contrast 14.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082d4f;
Background color
Panel with #082d4f background
background-color: #082d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 45, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 45, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082d4f; background: linear-gradient(135deg, #082d4f, #12084F);