#082ba9
a dark, electric blue · warm · closest name: navy
RGB
8, 43, 169
HSL
227°, 91%, 35%
CMYK
95, 75, 0, 34
Luminance
0.0464
Every format
| HEX | #082ba9 |
| RGB | rgb(8, 43, 169) |
| HSL | hsl(227, 91%, 35%) |
| CMYK | cmyk(95%, 75%, 0%, 34%) |
| LAB | lab(25.7 40.5 -68.9) |
| LCH | lch(25.7 80.0 300.5) |
| OKLCH | oklch(0.376 0.201 264.6) |
Copy-ready code
/* CSS */
color: #082ba9;
background-color: #082ba9;
/* Tailwind (arbitrary) */
class="text-[#082ba9] bg-[#082ba9]"
/* SCSS */
$brand: #082ba9;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.663)
/* Android */
Color.parseColor("#082ba9")Accessibility — WCAG contrast
Aa
#082ba9 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082ba9 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue66.3%
CMYK percentages
Cyan95.3%
Magenta74.6%
Yellow0.0%
Key (black)33.7%
Color previews
#082ba9 text on a black background
contrast 1.93:1
Card sample
#082ba9 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082ba9;
Background color
Panel with #082ba9 background
background-color: #082ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082ba9; background: linear-gradient(135deg, #082ba9, #5008A9);