#112430
a deep, vivid blue · cool · closest name: black
RGB
17, 36, 48
HSL
203°, 48%, 13%
CMYK
65, 25, 0, 81
Luminance
0.0159
Every format
| HEX | #112430 |
| RGB | rgb(17, 36, 48) |
| HSL | hsl(203, 48%, 13%) |
| CMYK | cmyk(65%, 25%, 0%, 81%) |
| LAB | lab(13.2 -3.4 -10.3) |
| LCH | lch(13.2 10.8 251.6) |
| OKLCH | oklch(0.250 0.034 237.9) |
Copy-ready code
/* CSS */
color: #112430;
background-color: #112430;
/* Tailwind (arbitrary) */
class="text-[#112430] bg-[#112430]"
/* SCSS */
$brand: #112430;
/* SwiftUI */
Color(red: 0.067, green: 0.141, blue: 0.188)
/* Android */
Color.parseColor("#112430")Accessibility — WCAG contrast
Aa
#112430 on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112430 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.1%
Blue18.8%
CMYK percentages
Cyan64.6%
Magenta25.0%
Yellow0.0%
Key (black)81.2%
Color previews
#112430 text on a black background
contrast 1.32:1
Card sample
#112430 text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112430;
Background color
Panel with #112430 background
background-color: #112430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 36, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 36, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112430; background: linear-gradient(135deg, #112430, #131130);