#082f95
a dark, electric blue · cool · closest name: midnightblue
RGB
8, 47, 149
HSL
223°, 90%, 31%
CMYK
95, 69, 0, 42
Luminance
0.0425
Every format
| HEX | #082f95 |
| RGB | rgb(8, 47, 149) |
| HSL | hsl(223, 90%, 31%) |
| CMYK | cmyk(95%, 69%, 0%, 42%) |
| LAB | lab(24.5 30.3 -58.7) |
| LCH | lch(24.5 66.1 297.3) |
| OKLCH | oklch(0.361 0.171 263.7) |
Copy-ready code
/* CSS */
color: #082f95;
background-color: #082f95;
/* Tailwind (arbitrary) */
class="text-[#082f95] bg-[#082f95]"
/* SCSS */
$brand: #082f95;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.584)
/* Android */
Color.parseColor("#082f95")Accessibility — WCAG contrast
Aa
#082f95 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f95 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue58.4%
CMYK percentages
Cyan94.6%
Magenta68.5%
Yellow0.0%
Key (black)41.6%
Color previews
#082f95 text on a black background
contrast 1.85:1
Card sample
#082f95 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f95;
Background color
Panel with #082f95 background
background-color: #082f95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f95; background: linear-gradient(135deg, #082f95, #3F0895);