#112b4d
a deep, vivid blue · cool · closest name: darkslategray
RGB
17, 43, 77
HSL
214°, 64%, 18%
CMYK
78, 44, 0, 70
Luminance
0.0238
Every format
| HEX | #112b4d |
| RGB | rgb(17, 43, 77) |
| HSL | hsl(214, 64%, 18%) |
| CMYK | cmyk(78%, 44%, 0%, 70%) |
| LAB | lab(17.4 3.5 -23.9) |
| LCH | lch(17.4 24.1 278.4) |
| OKLCH | oklch(0.289 0.070 256.1) |
Copy-ready code
/* CSS */
color: #112b4d;
background-color: #112b4d;
/* Tailwind (arbitrary) */
class="text-[#112b4d] bg-[#112b4d]"
/* SCSS */
$brand: #112b4d;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.302)
/* Android */
Color.parseColor("#112b4d")Accessibility — WCAG contrast
Aa
#112b4d on white: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b4d on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue30.2%
CMYK percentages
Cyan77.9%
Magenta44.2%
Yellow0.0%
Key (black)69.8%
Color previews
#112b4d text on a black background
contrast 1.48:1
Card sample
#112b4d text on a white background
contrast 14.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b4d;
Background color
Panel with #112b4d background
background-color: #112b4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b4d; background: linear-gradient(135deg, #112b4d, #1F114D);