#111c2c
a deep, soft blue · cool · closest name: black
RGB
17, 28, 44
HSL
216°, 44%, 12%
CMYK
61, 36, 0, 83
Luminance
0.0113
Every format
| HEX | #111c2c |
| RGB | rgb(17, 28, 44) |
| HSL | hsl(216, 44%, 12%) |
| CMYK | cmyk(61%, 36%, 0%, 83%) |
| LAB | lab(10.0 0.9 -12.3) |
| LCH | lch(10.0 12.3 274.1) |
| OKLCH | oklch(0.225 0.035 257.7) |
Copy-ready code
/* CSS */
color: #111c2c;
background-color: #111c2c;
/* Tailwind (arbitrary) */
class="text-[#111c2c] bg-[#111c2c]"
/* SCSS */
$brand: #111c2c;
/* SwiftUI */
Color(red: 0.067, green: 0.110, blue: 0.173)
/* Android */
Color.parseColor("#111c2c")Accessibility — WCAG contrast
Aa
#111c2c on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111c2c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green11.0%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta36.4%
Yellow0.0%
Key (black)82.7%
Color previews
#111c2c text on a black background
contrast 1.23:1
Card sample
#111c2c text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111c2c;
Background color
Panel with #111c2c background
background-color: #111c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 28, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 28, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111c2c; background: linear-gradient(135deg, #111c2c, #18112C);