#262921
a deep, muted green · cool · closest name: black
RGB
38, 41, 33
HSL
83°, 11%, 15%
CMYK
7, 0, 20, 84
Luminance
0.0211
Every format
| HEX | #262921 |
| RGB | rgb(38, 41, 33) |
| HSL | hsl(83, 11%, 15%) |
| CMYK | cmyk(7%, 0%, 20%, 84%) |
| LAB | lab(16.0 -3.2 4.8) |
| LCH | lch(16.0 5.8 123.8) |
| OKLCH | oklch(0.275 0.015 124.1) |
Copy-ready code
/* CSS */
color: #262921;
background-color: #262921;
/* Tailwind (arbitrary) */
class="text-[#262921] bg-[#262921]"
/* SCSS */
$brand: #262921;
/* SwiftUI */
Color(red: 0.149, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#262921")Accessibility — WCAG contrast
Aa
#262921 on white: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262921 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#262921 text on a black background
contrast 1.42:1
Card sample
#262921 text on a white background
contrast 14.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262921;
Background color
Panel with #262921 background
background-color: #262921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262921; background: linear-gradient(135deg, #262921, #212921);