#082cba
a dark, electric blue · warm · closest name: navy
RGB
8, 44, 186
HSL
228°, 92%, 38%
CMYK
96, 76, 0, 27
Luminance
0.0540
Every format
| HEX | #082cba |
| RGB | rgb(8, 44, 186) |
| HSL | hsl(228, 92%, 38%) |
| CMYK | cmyk(96%, 76%, 0%, 27%) |
| LAB | lab(27.8 46.0 -75.5) |
| LCH | lch(27.8 88.4 301.3) |
| OKLCH | oklch(0.397 0.220 264.7) |
Copy-ready code
/* CSS */
color: #082cba;
background-color: #082cba;
/* Tailwind (arbitrary) */
class="text-[#082cba] bg-[#082cba]"
/* SCSS */
$brand: #082cba;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#082cba")Accessibility — WCAG contrast
Aa
#082cba on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082cba on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta76.3%
Yellow0.0%
Key (black)27.1%
Color previews
#082cba text on a black background
contrast 2.08:1
Card sample
#082cba text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082cba;
Background color
Panel with #082cba background
background-color: #082cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082cba; background: linear-gradient(135deg, #082cba, #5B08BA);