#082cc6
a dark, electric blue · warm · closest name: navy
RGB
8, 44, 198
HSL
229°, 92%, 40%
CMYK
96, 78, 0, 22
Luminance
0.0593
Every format
| HEX | #082cc6 |
| RGB | rgb(8, 44, 198) |
| HSL | hsl(229, 92%, 40%) |
| CMYK | cmyk(96%, 78%, 0%, 22%) |
| LAB | lab(29.2 50.1 -80.3) |
| LCH | lch(29.2 94.6 302.0) |
| OKLCH | oklch(0.411 0.234 264.7) |
Copy-ready code
/* CSS */
color: #082cc6;
background-color: #082cc6;
/* Tailwind (arbitrary) */
class="text-[#082cc6] bg-[#082cc6]"
/* SCSS */
$brand: #082cc6;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.776)
/* Android */
Color.parseColor("#082cc6")Accessibility — WCAG contrast
Aa
#082cc6 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082cc6 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue77.6%
CMYK percentages
Cyan96.0%
Magenta77.8%
Yellow0.0%
Key (black)22.4%
Color previews
#082cc6 text on a black background
contrast 2.19:1
Card sample
#082cc6 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082cc6;
Background color
Panel with #082cc6 background
background-color: #082cc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082cc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082cc6; background: linear-gradient(135deg, #082cc6, #6308C6);