#083c77
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 60, 119
HSL
212°, 87%, 25%
CMYK
93, 50, 0, 53
Luminance
0.0462
Every format
| HEX | #083c77 |
| RGB | rgb(8, 60, 119) |
| HSL | hsl(212, 87%, 25%) |
| CMYK | cmyk(93%, 50%, 0%, 53%) |
| LAB | lab(25.6 8.6 -38.2) |
| LCH | lch(25.6 39.1 282.6) |
| OKLCH | oklch(0.361 0.113 255.7) |
Copy-ready code
/* CSS */
color: #083c77;
background-color: #083c77;
/* Tailwind (arbitrary) */
class="text-[#083c77] bg-[#083c77]"
/* SCSS */
$brand: #083c77;
/* SwiftUI */
Color(red: 0.031, green: 0.235, blue: 0.467)
/* Android */
Color.parseColor("#083c77")Accessibility — WCAG contrast
Aa
#083c77 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083c77 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green23.5%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta49.6%
Yellow0.0%
Key (black)53.3%
Color previews
#083c77 text on a black background
contrast 1.92:1
Card sample
#083c77 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083c77;
Background color
Panel with #083c77 background
background-color: #083c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 60, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 60, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083c77; background: linear-gradient(135deg, #083c77, #1E0877);