#111f2d
a deep, vivid blue · cool · closest name: black
RGB
17, 31, 45
HSL
210°, 45%, 12%
CMYK
62, 31, 0, 82
Luminance
0.0129
Every format
| HEX | #111f2d |
| RGB | rgb(17, 31, 45) |
| HSL | hsl(210, 45%, 12%) |
| CMYK | cmyk(62%, 31%, 0%, 82%) |
| LAB | lab(11.2 -1.0 -11.2) |
| LCH | lch(11.2 11.2 265.1) |
| OKLCH | oklch(0.234 0.034 249.4) |
Copy-ready code
/* CSS */
color: #111f2d;
background-color: #111f2d;
/* Tailwind (arbitrary) */
class="text-[#111f2d] bg-[#111f2d]"
/* SCSS */
$brand: #111f2d;
/* SwiftUI */
Color(red: 0.067, green: 0.122, blue: 0.176)
/* Android */
Color.parseColor("#111f2d")Accessibility — WCAG contrast
Aa
#111f2d on white: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111f2d on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.2%
Blue17.6%
CMYK percentages
Cyan62.2%
Magenta31.1%
Yellow0.0%
Key (black)82.4%
Color previews
#111f2d text on a black background
contrast 1.26:1
Card sample
#111f2d text on a white background
contrast 16.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111f2d;
Background color
Panel with #111f2d background
background-color: #111f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 31, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 31, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111f2d; background: linear-gradient(135deg, #111f2d, #16112D);