#262b21
a deep, muted green · cool · closest name: black
RGB
38, 43, 33
HSL
90°, 13%, 15%
CMYK
12, 0, 23, 83
Luminance
0.0225
Every format
| HEX | #262b21 |
| RGB | rgb(38, 43, 33) |
| HSL | hsl(90, 13%, 15%) |
| CMYK | cmyk(12%, 0%, 23%, 83%) |
| LAB | lab(16.8 -4.6 5.8) |
| LCH | lch(16.8 7.4 128.2) |
| OKLCH | oklch(0.281 0.019 129.3) |
Copy-ready code
/* CSS */
color: #262b21;
background-color: #262b21;
/* Tailwind (arbitrary) */
class="text-[#262b21] bg-[#262b21]"
/* SCSS */
$brand: #262b21;
/* SwiftUI */
Color(red: 0.149, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#262b21")Accessibility — WCAG contrast
Aa
#262b21 on white: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262b21 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.9%
Blue12.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow23.3%
Key (black)83.1%
Color previews
#262b21 text on a black background
contrast 1.45:1
Card sample
#262b21 text on a white background
contrast 14.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262b21;
Background color
Panel with #262b21 background
background-color: #262b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262b21; background: linear-gradient(135deg, #262b21, #212B23);