#083086
a dark, electric blue · cool · closest name: midnightblue
RGB
8, 48, 134
HSL
221°, 89%, 28%
CMYK
94, 64, 0, 48
Luminance
0.0389
Every format
| HEX | #083086 |
| RGB | rgb(8, 48, 134) |
| HSL | hsl(221, 89%, 28%) |
| CMYK | cmyk(94%, 64%, 0%, 48%) |
| LAB | lab(23.3 23.6 -51.4) |
| LCH | lch(23.3 56.5 294.6) |
| OKLCH | oklch(0.347 0.150 262.7) |
Copy-ready code
/* CSS */
color: #083086;
background-color: #083086;
/* Tailwind (arbitrary) */
class="text-[#083086] bg-[#083086]"
/* SCSS */
$brand: #083086;
/* SwiftUI */
Color(red: 0.031, green: 0.188, blue: 0.525)
/* Android */
Color.parseColor("#083086")Accessibility — WCAG contrast
Aa
#083086 on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083086 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.8%
Blue52.5%
CMYK percentages
Cyan94.0%
Magenta64.2%
Yellow0.0%
Key (black)47.5%
Color previews
#083086 text on a black background
contrast 1.78:1
Card sample
#083086 text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083086;
Background color
Panel with #083086 background
background-color: #083086;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083086;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 48, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 48, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083086; background: linear-gradient(135deg, #083086, #340886);