#112b3b
a deep, vivid blue · cool · closest name: darkslategray
RGB
17, 43, 59
HSL
203°, 55%, 15%
CMYK
71, 27, 0, 77
Luminance
0.0216
Every format
| HEX | #112b3b |
| RGB | rgb(17, 43, 59) |
| HSL | hsl(203, 55%, 15%) |
| CMYK | cmyk(71%, 27%, 0%, 77%) |
| LAB | lab(16.3 -4.0 -13.2) |
| LCH | lch(16.3 13.8 253.2) |
| OKLCH | oklch(0.277 0.044 238.2) |
Copy-ready code
/* CSS */
color: #112b3b;
background-color: #112b3b;
/* Tailwind (arbitrary) */
class="text-[#112b3b] bg-[#112b3b]"
/* SCSS */
$brand: #112b3b;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.231)
/* Android */
Color.parseColor("#112b3b")Accessibility — WCAG contrast
Aa
#112b3b on white: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b3b on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue23.1%
CMYK percentages
Cyan71.2%
Magenta27.1%
Yellow0.0%
Key (black)76.9%
Color previews
#112b3b text on a black background
contrast 1.43:1
Card sample
#112b3b text on a white background
contrast 14.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b3b;
Background color
Panel with #112b3b background
background-color: #112b3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b3b; background: linear-gradient(135deg, #112b3b, #13113B);