#262221
a deep, muted gray · warm · closest name: black
RGB
38, 34, 33
HSL
12°, 7%, 14%
CMYK
0, 11, 13, 85
Luminance
0.0167
Every format
| HEX | #262221 |
| RGB | rgb(38, 34, 33) |
| HSL | hsl(12, 7%, 14%) |
| CMYK | cmyk(0%, 11%, 13%, 85%) |
| LAB | lab(13.6 1.7 1.4) |
| LCH | lch(13.6 2.1 39.1) |
| OKLCH | oklch(0.256 0.006 34.3) |
Copy-ready code
/* CSS */
color: #262221;
background-color: #262221;
/* Tailwind (arbitrary) */
class="text-[#262221] bg-[#262221]"
/* SCSS */
$brand: #262221;
/* SwiftUI */
Color(red: 0.149, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#262221")Accessibility — WCAG contrast
Aa
#262221 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262221 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow13.2%
Key (black)85.1%
Color previews
#262221 text on a black background
contrast 1.33:1
Card sample
#262221 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262221;
Background color
Panel with #262221 background
background-color: #262221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262221; background: linear-gradient(135deg, #262221, #262521);