#262b13
a deep, soft green · cool · closest name: black
RGB
38, 43, 19
HSL
73°, 39%, 12%
CMYK
12, 0, 56, 83
Luminance
0.0219
Every format
| HEX | #262b13 |
| RGB | rgb(38, 43, 19) |
| HSL | hsl(73, 39%, 12%) |
| CMYK | cmyk(12%, 0%, 56%, 83%) |
| LAB | lab(16.4 -7.0 14.8) |
| LCH | lch(16.4 16.4 115.3) |
| OKLCH | oklch(0.277 0.041 118.8) |
Copy-ready code
/* CSS */
color: #262b13;
background-color: #262b13;
/* Tailwind (arbitrary) */
class="text-[#262b13] bg-[#262b13]"
/* SCSS */
$brand: #262b13;
/* SwiftUI */
Color(red: 0.149, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#262b13")Accessibility — WCAG contrast
Aa
#262b13 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262b13 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.9%
Blue7.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow55.8%
Key (black)83.1%
Color previews
#262b13 text on a black background
contrast 1.44:1
Card sample
#262b13 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262b13;
Background color
Panel with #262b13 background
background-color: #262b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262b13; background: linear-gradient(135deg, #262b13, #162B13);