#112b85
a dark, electric blue · warm · closest name: midnightblue
RGB
17, 43, 133
HSL
227°, 77%, 29%
CMYK
87, 68, 0, 48
Luminance
0.0354
Every format
| HEX | #112b85 |
| RGB | rgb(17, 43, 133) |
| HSL | hsl(227, 77%, 29%) |
| CMYK | cmyk(87%, 68%, 0%, 48%) |
| LAB | lab(22.1 27.2 -52.7) |
| LCH | lch(22.1 59.3 297.3) |
| OKLCH | oklch(0.339 0.153 265.6) |
Copy-ready code
/* CSS */
color: #112b85;
background-color: #112b85;
/* Tailwind (arbitrary) */
class="text-[#112b85] bg-[#112b85]"
/* SCSS */
$brand: #112b85;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.522)
/* Android */
Color.parseColor("#112b85")Accessibility — WCAG contrast
Aa
#112b85 on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b85 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue52.2%
CMYK percentages
Cyan87.2%
Magenta67.7%
Yellow0.0%
Key (black)47.8%
Color previews
#112b85 text on a black background
contrast 1.71:1
Card sample
#112b85 text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b85;
Background color
Panel with #112b85 background
background-color: #112b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b85; background: linear-gradient(135deg, #112b85, #441185);