#082faf
a dark, electric blue · warm · closest name: navy
RGB
8, 47, 175
HSL
226°, 91%, 36%
CMYK
95, 73, 0, 31
Luminance
0.0518
Every format
| HEX | #082faf |
| RGB | rgb(8, 47, 175) |
| HSL | hsl(226, 91%, 36%) |
| CMYK | cmyk(95%, 73%, 0%, 31%) |
| LAB | lab(27.2 40.3 -70.0) |
| LCH | lch(27.2 80.7 299.9) |
| OKLCH | oklch(0.389 0.204 264.4) |
Copy-ready code
/* CSS */
color: #082faf;
background-color: #082faf;
/* Tailwind (arbitrary) */
class="text-[#082faf] bg-[#082faf]"
/* SCSS */
$brand: #082faf;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.686)
/* Android */
Color.parseColor("#082faf")Accessibility — WCAG contrast
Aa
#082faf on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082faf on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta73.1%
Yellow0.0%
Key (black)31.4%
Color previews
#082faf text on a black background
contrast 2.04:1
Card sample
#082faf text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082faf;
Background color
Panel with #082faf background
background-color: #082faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082faf; background: linear-gradient(135deg, #082faf, #5008AF);