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