#08366d
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 54, 109
HSL
213°, 86%, 23%
CMYK
93, 51, 0, 57
Luminance
0.0379
Every format
| HEX | #08366d |
| RGB | rgb(8, 54, 109) |
| HSL | hsl(213, 86%, 23%) |
| CMYK | cmyk(93%, 51%, 0%, 57%) |
| LAB | lab(23.0 8.5 -36.0) |
| LCH | lch(23.0 37.0 283.2) |
| OKLCH | oklch(0.338 0.107 256.3) |
Copy-ready code
/* CSS */
color: #08366d;
background-color: #08366d;
/* Tailwind (arbitrary) */
class="text-[#08366d] bg-[#08366d]"
/* SCSS */
$brand: #08366d;
/* SwiftUI */
Color(red: 0.031, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#08366d")Accessibility — WCAG contrast
Aa
#08366d on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08366d on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.2%
Blue42.7%
CMYK percentages
Cyan92.7%
Magenta50.5%
Yellow0.0%
Key (black)57.3%
Color previews
#08366d text on a black background
contrast 1.76:1
Card sample
#08366d text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08366d;
Background color
Panel with #08366d background
background-color: #08366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08366d; background: linear-gradient(135deg, #08366d, #1D086D);