Charcoal
#0B461E
GreenColor Codes
All color formats for development
HEX
#0B461ERGB
rgb(11, 70, 30)HSL
hsl(139, 73%, 16%)OKLCH
oklch(0.347 0.089 149.2)CMYK
cmyk(84%, 0%, 57%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A401B
2#093818
3#083115
4#072A12
5#06230F
6#041C0C
7#031509
8#020E06
9#010703
Tints
Lighter variations
1#116C2E
2#17913D
3#1CB64D
4#22DB5D
5#46E277
6#6BE892
7#90EEAE
8#B5F3C9
9#DAF9E4
Tones
Muted variations
1#0E441F
2#114120
3#143E21
4#173B22
5#1A3823
6#1D3524
7#203226
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78E | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC252 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E0FAE8;
--charcoal-200: #C6F6D5;
--charcoal-300: #9AEFB5;
--charcoal-400: #65E78E;
--charcoal-500: #38E06E;
--charcoal-600: #1EC252;
--charcoal-700: #189A41;
--charcoal-800: #116E2F;
--charcoal-900: #0B471E;
--charcoal-950: #072C13;
}