Charcoal
#0B4735
GreenColor Codes
All color formats for development
HEX
#0B4735RGB
rgb(11, 71, 53)HSL
hsl(162, 73%, 16%)OKLCH
oklch(0.356 0.067 167.6)CMYK
cmyk(85%, 0%, 25%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A402F
2#09382A
3#083125
4#072A20
5#06231A
6#041C15
7#031510
8#020E0B
9#010705
Tints
Lighter variations
1#116C50
2#17916C
3#1CB688
4#22DBA3
5#46E2B3
6#6BE8C2
7#90EED2
8#B5F3E1
9#DAF9F0
Tones
Muted variations
1#0E4434
2#114132
3#143E31
4#173B30
5#1A382F
6#1D352E
7#20322C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF2;
--charcoal-200: #C6F6E8;
--charcoal-300: #9AEFD5;
--charcoal-400: #65E7C0;
--charcoal-500: #38E0AE;
--charcoal-600: #1EC291;
--charcoal-700: #189A73;
--charcoal-800: #116E52;
--charcoal-900: #0B4735;
--charcoal-950: #072C21;
}