#082c3f
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 44, 63
HSL
201°, 78%, 14%
CMYK
87, 30, 0, 75
Luminance
0.0221
Every format
| HEX | #082c3f |
| RGB | rgb(8, 44, 63) |
| HSL | hsl(201, 78%, 14%) |
| CMYK | cmyk(87%, 30%, 0%, 75%) |
| LAB | lab(16.6 -4.7 -15.6) |
| LCH | lch(16.6 16.3 253.2) |
| OKLCH | oklch(0.279 0.053 236.6) |
Copy-ready code
/* CSS */
color: #082c3f;
background-color: #082c3f;
/* Tailwind (arbitrary) */
class="text-[#082c3f] bg-[#082c3f]"
/* SCSS */
$brand: #082c3f;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#082c3f")Accessibility — WCAG contrast
Aa
#082c3f on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c3f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta30.2%
Yellow0.0%
Key (black)75.3%
Color previews
#082c3f text on a black background
contrast 1.44:1
Card sample
#082c3f text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c3f;
Background color
Panel with #082c3f background
background-color: #082c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c3f; background: linear-gradient(135deg, #082c3f, #09083F);