#11202c
a deep, soft blue · cool · closest name: black
RGB
17, 32, 44
HSL
207°, 44%, 12%
CMYK
61, 27, 0, 83
Luminance
0.0133
Every format
| HEX | #11202c |
| RGB | rgb(17, 32, 44) |
| HSL | hsl(207, 44%, 12%) |
| CMYK | cmyk(61%, 27%, 0%, 83%) |
| LAB | lab(11.5 -2.1 -10.0) |
| LCH | lch(11.5 10.2 258.2) |
| OKLCH | oklch(0.236 0.031 243.8) |
Copy-ready code
/* CSS */
color: #11202c;
background-color: #11202c;
/* Tailwind (arbitrary) */
class="text-[#11202c] bg-[#11202c]"
/* SCSS */
$brand: #11202c;
/* SwiftUI */
Color(red: 0.067, green: 0.125, blue: 0.173)
/* Android */
Color.parseColor("#11202c")Accessibility — WCAG contrast
Aa
#11202c on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11202c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.5%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta27.3%
Yellow0.0%
Key (black)82.7%
Color previews
#11202c text on a black background
contrast 1.27:1
Card sample
#11202c text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11202c;
Background color
Panel with #11202c background
background-color: #11202c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11202c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 32, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 32, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11202c; background: linear-gradient(135deg, #11202c, #14112C);