#082ac6
a dark, electric blue · warm · closest name: navy
RGB
8, 42, 198
HSL
229°, 92%, 40%
CMYK
96, 79, 0, 22
Luminance
0.0578
Every format
| HEX | #082ac6 |
| RGB | rgb(8, 42, 198) |
| HSL | hsl(229, 92%, 40%) |
| CMYK | cmyk(96%, 79%, 0%, 22%) |
| LAB | lab(28.9 51.2 -80.9) |
| LCH | lch(28.9 95.7 302.3) |
| OKLCH | oklch(0.408 0.236 264.8) |
Copy-ready code
/* CSS */
color: #082ac6;
background-color: #082ac6;
/* Tailwind (arbitrary) */
class="text-[#082ac6] bg-[#082ac6]"
/* SCSS */
$brand: #082ac6;
/* SwiftUI */
Color(red: 0.031, green: 0.165, blue: 0.776)
/* Android */
Color.parseColor("#082ac6")Accessibility — WCAG contrast
Aa
#082ac6 on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082ac6 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.5%
Blue77.6%
CMYK percentages
Cyan96.0%
Magenta78.8%
Yellow0.0%
Key (black)22.4%
Color previews
#082ac6 text on a black background
contrast 2.16:1
Card sample
#082ac6 text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082ac6;
Background color
Panel with #082ac6 background
background-color: #082ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 42, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 42, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082ac6; background: linear-gradient(135deg, #082ac6, #6508C6);