#082fc4
a dark, electric blue · warm · closest name: navy
RGB
8, 47, 196
HSL
228°, 92%, 40%
CMYK
96, 76, 0, 23
Luminance
0.0607
Every format
| HEX | #082fc4 |
| RGB | rgb(8, 47, 196) |
| HSL | hsl(228, 92%, 40%) |
| CMYK | cmyk(96%, 76%, 0%, 23%) |
| LAB | lab(29.6 47.7 -78.5) |
| LCH | lch(29.6 91.9 301.3) |
| OKLCH | oklch(0.412 0.229 264.6) |
Copy-ready code
/* CSS */
color: #082fc4;
background-color: #082fc4;
/* Tailwind (arbitrary) */
class="text-[#082fc4] bg-[#082fc4]"
/* SCSS */
$brand: #082fc4;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.769)
/* Android */
Color.parseColor("#082fc4")Accessibility — WCAG contrast
Aa
#082fc4 on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082fc4 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue76.9%
CMYK percentages
Cyan95.9%
Magenta76.0%
Yellow0.0%
Key (black)23.1%
Color previews
#082fc4 text on a black background
contrast 2.21:1
Card sample
#082fc4 text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082fc4;
Background color
Panel with #082fc4 background
background-color: #082fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082fc4; background: linear-gradient(135deg, #082fc4, #5E08C4);