#083577
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 53, 119
HSL
216°, 87%, 25%
CMYK
93, 56, 0, 53
Luminance
0.0393
Every format
| HEX | #083577 |
| RGB | rgb(8, 53, 119) |
| HSL | hsl(216, 87%, 25%) |
| CMYK | cmyk(93%, 56%, 0%, 53%) |
| LAB | lab(23.4 13.6 -41.7) |
| LCH | lch(23.4 43.8 288.0) |
| OKLCH | oklch(0.344 0.123 259.2) |
Copy-ready code
/* CSS */
color: #083577;
background-color: #083577;
/* Tailwind (arbitrary) */
class="text-[#083577] bg-[#083577]"
/* SCSS */
$brand: #083577;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.467)
/* Android */
Color.parseColor("#083577")Accessibility — WCAG contrast
Aa
#083577 on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083577 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta55.5%
Yellow0.0%
Key (black)53.3%
Color previews
#083577 text on a black background
contrast 1.79:1
Card sample
#083577 text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083577;
Background color
Panel with #083577 background
background-color: #083577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083577; background: linear-gradient(135deg, #083577, #250877);