#262521
a deep, muted gray · cool · closest name: black
RGB
38, 37, 33
HSL
48°, 7%, 14%
CMYK
0, 3, 13, 85
Luminance
0.0185
Every format
| HEX | #262521 |
| RGB | rgb(38, 37, 33) |
| HSL | hsl(48, 7%, 14%) |
| CMYK | cmyk(0%, 3%, 13%, 85%) |
| LAB | lab(14.7 -0.5 2.8) |
| LCH | lch(14.7 2.9 99.2) |
| OKLCH | oklch(0.264 0.007 95.3) |
Copy-ready code
/* CSS */
color: #262521;
background-color: #262521;
/* Tailwind (arbitrary) */
class="text-[#262521] bg-[#262521]"
/* SCSS */
$brand: #262521;
/* SwiftUI */
Color(red: 0.149, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#262521")Accessibility — WCAG contrast
Aa
#262521 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262521 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow13.2%
Key (black)85.1%
Color previews
#262521 text on a black background
contrast 1.37:1
Card sample
#262521 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262521;
Background color
Panel with #262521 background
background-color: #262521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262521; background: linear-gradient(135deg, #262521, #242621);