#082cc4
a dark, electric blue · warm · closest name: navy
RGB
8, 44, 196
HSL
229°, 92%, 40%
CMYK
96, 78, 0, 23
Luminance
0.0584
Every format
| HEX | #082cc4 |
| RGB | rgb(8, 44, 196) |
| HSL | hsl(229, 92%, 40%) |
| CMYK | cmyk(96%, 78%, 0%, 23%) |
| LAB | lab(29.0 49.4 -79.5) |
| LCH | lch(29.0 93.6 301.9) |
| OKLCH | oklch(0.408 0.232 264.7) |
Copy-ready code
/* CSS */
color: #082cc4;
background-color: #082cc4;
/* Tailwind (arbitrary) */
class="text-[#082cc4] bg-[#082cc4]"
/* SCSS */
$brand: #082cc4;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.769)
/* Android */
Color.parseColor("#082cc4")Accessibility — WCAG contrast
Aa
#082cc4 on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082cc4 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue76.9%
CMYK percentages
Cyan95.9%
Magenta77.6%
Yellow0.0%
Key (black)23.1%
Color previews
#082cc4 text on a black background
contrast 2.17:1
Card sample
#082cc4 text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082cc4;
Background color
Panel with #082cc4 background
background-color: #082cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082cc4; background: linear-gradient(135deg, #082cc4, #6108C4);