#082fda
a dark, electric blue · warm · closest name: navy
RGB
8, 47, 218
HSL
229°, 93%, 44%
CMYK
96, 78, 0, 15
Luminance
0.0715
Every format
| HEX | #082fda |
| RGB | rgb(8, 47, 218) |
| HSL | hsl(229, 93%, 44%) |
| CMYK | cmyk(96%, 78%, 0%, 15%) |
| LAB | lab(32.1 55.1 -87.1) |
| LCH | lch(32.1 103.1 302.3) |
| OKLCH | oklch(0.438 0.254 264.6) |
Copy-ready code
/* CSS */
color: #082fda;
background-color: #082fda;
/* Tailwind (arbitrary) */
class="text-[#082fda] bg-[#082fda]"
/* SCSS */
$brand: #082fda;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#082fda")Accessibility — WCAG contrast
Aa
#082fda on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082fda on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue85.5%
CMYK percentages
Cyan96.3%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#082fda text on a black background
contrast 2.43:1
Card sample
#082fda text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082fda;
Background color
Panel with #082fda background
background-color: #082fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082fda; background: linear-gradient(135deg, #082fda, #6D08DA);