#0e3644
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 54, 68
HSL
196°, 66%, 16%
CMYK
79, 21, 0, 73
Luminance
0.0315
Every format
| HEX | #0e3644 |
| RGB | rgb(14, 54, 68) |
| HSL | hsl(196, 66%, 16%) |
| CMYK | cmyk(79%, 21%, 0%, 73%) |
| LAB | lab(20.6 -8.3 -12.7) |
| LCH | lch(20.6 15.2 236.7) |
| OKLCH | oklch(0.312 0.050 225.3) |
Copy-ready code
/* CSS */
color: #0e3644;
background-color: #0e3644;
/* Tailwind (arbitrary) */
class="text-[#0e3644] bg-[#0e3644]"
/* SCSS */
$brand: #0e3644;
/* SwiftUI */
Color(red: 0.055, green: 0.212, blue: 0.267)
/* Android */
Color.parseColor("#0e3644")Accessibility — WCAG contrast
Aa
#0e3644 on white: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e3644 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green21.2%
Blue26.7%
CMYK percentages
Cyan79.4%
Magenta20.6%
Yellow0.0%
Key (black)73.3%
Color previews
#0e3644 text on a black background
contrast 1.63:1
Card sample
#0e3644 text on a white background
contrast 12.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e3644;
Background color
Panel with #0e3644 background
background-color: #0e3644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e3644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 54, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 54, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e3644; background: linear-gradient(135deg, #0e3644, #0E1244);