#111f2c
a deep, soft blue · cool · closest name: black
RGB
17, 31, 44
HSL
209°, 44%, 12%
CMYK
61, 30, 0, 83
Luminance
0.0128
Every format
| HEX | #111f2c |
| RGB | rgb(17, 31, 44) |
| HSL | hsl(209, 44%, 12%) |
| CMYK | cmyk(61%, 30%, 0%, 83%) |
| LAB | lab(11.1 -1.4 -10.6) |
| LCH | lch(11.1 10.7 262.7) |
| OKLCH | oklch(0.233 0.032 247.6) |
Copy-ready code
/* CSS */
color: #111f2c;
background-color: #111f2c;
/* Tailwind (arbitrary) */
class="text-[#111f2c] bg-[#111f2c]"
/* SCSS */
$brand: #111f2c;
/* SwiftUI */
Color(red: 0.067, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#111f2c")Accessibility — WCAG contrast
Aa
#111f2c on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111f2c on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.2%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta29.5%
Yellow0.0%
Key (black)82.7%
Color previews
#111f2c text on a black background
contrast 1.26:1
Card sample
#111f2c text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111f2c;
Background color
Panel with #111f2c background
background-color: #111f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111f2c; background: linear-gradient(135deg, #111f2c, #15112C);