#262821
a deep, muted green · cool · closest name: black
RGB
38, 40, 33
HSL
77°, 10%, 14%
CMYK
5, 0, 18, 84
Luminance
0.0204
Every format
| HEX | #262821 |
| RGB | rgb(38, 40, 33) |
| HSL | hsl(77, 10%, 14%) |
| CMYK | cmyk(5%, 0%, 18%, 84%) |
| LAB | lab(15.7 -2.5 4.3) |
| LCH | lch(15.7 5.0 120.4) |
| OKLCH | oklch(0.272 0.013 120.2) |
Copy-ready code
/* CSS */
color: #262821;
background-color: #262821;
/* Tailwind (arbitrary) */
class="text-[#262821] bg-[#262821]"
/* SCSS */
$brand: #262821;
/* SwiftUI */
Color(red: 0.149, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#262821")Accessibility — WCAG contrast
Aa
#262821 on white: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262821 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green15.7%
Blue12.9%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#262821 text on a black background
contrast 1.41:1
Card sample
#262821 text on a white background
contrast 14.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262821;
Background color
Panel with #262821 background
background-color: #262821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262821; background: linear-gradient(135deg, #262821, #212821);