#1f2321
a deep, muted gray · cool · closest name: black
RGB
31, 35, 33
HSL
150°, 6%, 13%
CMYK
11, 0, 6, 86
Luminance
0.0160
Every format
| HEX | #1f2321 |
| RGB | rgb(31, 35, 33) |
| HSL | hsl(150, 6%, 13%) |
| CMYK | cmyk(11%, 0%, 6%, 86%) |
| LAB | lab(13.3 -2.3 0.7) |
| LCH | lch(13.3 2.5 162.9) |
| OKLCH | oklch(0.251 0.007 164.4) |
Copy-ready code
/* CSS */
color: #1f2321;
background-color: #1f2321;
/* Tailwind (arbitrary) */
class="text-[#1f2321] bg-[#1f2321]"
/* SCSS */
$brand: #1f2321;
/* SwiftUI */
Color(red: 0.122, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#1f2321")Accessibility — WCAG contrast
Aa
#1f2321 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2321 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green13.7%
Blue12.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow5.7%
Key (black)86.3%
Color previews
#1f2321 text on a black background
contrast 1.32:1
Card sample
#1f2321 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2321;
Background color
Panel with #1f2321 background
background-color: #1f2321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2321; background: linear-gradient(135deg, #1f2321, #1F2223);