#262021
a deep, muted red · warm · closest name: black
RGB
38, 32, 33
HSL
350°, 9%, 14%
CMYK
0, 16, 13, 85
Luminance
0.0155
Every format
| HEX | #262021 |
| RGB | rgb(38, 32, 33) |
| HSL | hsl(350, 9%, 14%) |
| CMYK | cmyk(0%, 16%, 13%, 85%) |
| LAB | lab(12.9 3.1 0.4) |
| LCH | lch(12.9 3.1 7.0) |
| OKLCH | oklch(0.251 0.009 6.4) |
Copy-ready code
/* CSS */
color: #262021;
background-color: #262021;
/* Tailwind (arbitrary) */
class="text-[#262021] bg-[#262021]"
/* SCSS */
$brand: #262021;
/* SwiftUI */
Color(red: 0.149, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#262021")Accessibility — WCAG contrast
Aa
#262021 on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262021 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow13.2%
Key (black)85.1%
Color previews
#262021 text on a black background
contrast 1.31:1
Card sample
#262021 text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262021;
Background color
Panel with #262021 background
background-color: #262021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262021; background: linear-gradient(135deg, #262021, #262320);