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