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