#0e365f
a deep, vivid blue · cool · closest name: darkslategray
RGB
14, 54, 95
HSL
210°, 74%, 21%
CMYK
85, 43, 0, 63
Luminance
0.0356
Every format
| HEX | #0e365f |
| RGB | rgb(14, 54, 95) |
| HSL | hsl(210, 74%, 21%) |
| CMYK | cmyk(85%, 43%, 0%, 63%) |
| LAB | lab(22.1 2.9 -28.3) |
| LCH | lch(22.1 28.4 275.9) |
| OKLCH | oklch(0.329 0.085 252.5) |
Copy-ready code
/* CSS */
color: #0e365f;
background-color: #0e365f;
/* Tailwind (arbitrary) */
class="text-[#0e365f] bg-[#0e365f]"
/* SCSS */
$brand: #0e365f;
/* SwiftUI */
Color(red: 0.055, green: 0.212, blue: 0.373)
/* Android */
Color.parseColor("#0e365f")Accessibility — WCAG contrast
Aa
#0e365f on white: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e365f on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green21.2%
Blue37.3%
CMYK percentages
Cyan85.3%
Magenta43.2%
Yellow0.0%
Key (black)62.7%
Color previews
#0e365f text on a black background
contrast 1.71:1
Card sample
#0e365f text on a white background
contrast 12.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e365f;
Background color
Panel with #0e365f background
background-color: #0e365f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e365f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 54, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 54, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e365f; background: linear-gradient(135deg, #0e365f, #1C0E5F);