Charcoal
#0B4736
GreenColor Codes
All color formats for development
HEX
#0B4736RGB
rgb(11, 71, 54)HSL
hsl(163, 73%, 16%)OKLCH
oklch(0.356 0.066 168.8)CMYK
cmyk(85%, 0%, 24%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4030
2#09382B
3#083126
4#072A20
5#06231B
6#041C15
7#031510
8#020E0B
9#010705
Tints
Lighter variations
1#116C52
2#17916E
3#1CB68A
4#22DBA6
5#46E2B6
6#6BE8C4
7#90EED3
8#B5F3E2
9#DAF9F0
Tones
Muted variations
1#0E4434
2#114133
3#143E32
4#173B31
5#1A382F
6#1D352E
7#20322D
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 #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C2 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4736 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF3;
--charcoal-200: #C6F6E8;
--charcoal-300: #9AEFD7;
--charcoal-400: #65E7C2;
--charcoal-500: #38E0B1;
--charcoal-600: #1EC294;
--charcoal-700: #189A75;
--charcoal-800: #116E54;
--charcoal-900: #0B4736;
--charcoal-950: #072C22;
}