#08366b
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 54, 107
HSL
212°, 86%, 23%
CMYK
93, 50, 0, 58
Luminance
0.0375
Every format
| HEX | #08366b |
| RGB | rgb(8, 54, 107) |
| HSL | hsl(212, 86%, 23%) |
| CMYK | cmyk(93%, 50%, 0%, 58%) |
| LAB | lab(22.8 7.6 -35.0) |
| LCH | lch(22.8 35.8 282.2) |
| OKLCH | oklch(0.337 0.104 255.6) |
Copy-ready code
/* CSS */
color: #08366b;
background-color: #08366b;
/* Tailwind (arbitrary) */
class="text-[#08366b] bg-[#08366b]"
/* SCSS */
$brand: #08366b;
/* SwiftUI */
Color(red: 0.031, green: 0.212, blue: 0.420)
/* Android */
Color.parseColor("#08366b")Accessibility — WCAG contrast
Aa
#08366b on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08366b on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.2%
Blue42.0%
CMYK percentages
Cyan92.5%
Magenta49.5%
Yellow0.0%
Key (black)58.0%
Color previews
#08366b text on a black background
contrast 1.75:1
Card sample
#08366b text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08366b;
Background color
Panel with #08366b background
background-color: #08366b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08366b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 54, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 54, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08366b; background: linear-gradient(135deg, #08366b, #1C086B);