Charcoal
#0E4333
GreenColor Codes
All color formats for development
HEX
#0E4333RGB
rgb(14, 67, 51)HSL
hsl(162, 65%, 16%)OKLCH
oklch(0.344 0.061 168.4)CMYK
cmyk(79%, 0%, 24%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D2E
2#0B3629
3#0A2F24
4#09281F
5#07221A
6#061B15
7#04140F
8#030D0A
9#010705
Tints
Lighter variations
1#16674E
2#1D8A69
3#25AD84
4#2CD19F
5#4EDAB0
6#72E1C0
7#95E9CF
8#B8F0DF
9#DCF8EF
Tones
Muted variations
1#114132
2#143E31
3#163B30
4#19392F
5#1C362E
6#1E332D
7#21312C
8#232E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0BD | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B98D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF9;
--charcoal-100: #E2F9F2;
--charcoal-200: #C8F3E6;
--charcoal-300: #9EEAD4;
--charcoal-400: #6CE0BD;
--charcoal-500: #42D7AA;
--charcoal-600: #27B98D;
--charcoal-700: #1F9370;
--charcoal-800: #166950;
--charcoal-900: #0E4333;
--charcoal-950: #092A20;
}