#082ba6
a dark, electric blue · warm · closest name: navy
RGB
8, 43, 166
HSL
227°, 91%, 34%
CMYK
95, 74, 0, 35
Luminance
0.0453
Every format
| HEX | #082ba6 |
| RGB | rgb(8, 43, 166) |
| HSL | hsl(227, 91%, 34%) |
| CMYK | cmyk(95%, 74%, 0%, 35%) |
| LAB | lab(25.4 39.4 -67.7) |
| LCH | lch(25.4 78.3 300.2) |
| OKLCH | oklch(0.372 0.197 264.6) |
Copy-ready code
/* CSS */
color: #082ba6;
background-color: #082ba6;
/* Tailwind (arbitrary) */
class="text-[#082ba6] bg-[#082ba6]"
/* SCSS */
$brand: #082ba6;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.651)
/* Android */
Color.parseColor("#082ba6")Accessibility — WCAG contrast
Aa
#082ba6 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082ba6 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue65.1%
CMYK percentages
Cyan95.2%
Magenta74.1%
Yellow0.0%
Key (black)34.9%
Color previews
#082ba6 text on a black background
contrast 1.91:1
Card sample
#082ba6 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082ba6;
Background color
Panel with #082ba6 background
background-color: #082ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082ba6; background: linear-gradient(135deg, #082ba6, #4E08A6);