Charcoal
#0D4535
GreenColor Codes
All color formats for development
HEX
#0D4535RGB
rgb(13, 69, 53)HSL
hsl(163, 68%, 16%)OKLCH
oklch(0.35 0.063 169.2)CMYK
cmyk(81%, 0%, 23%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E30
2#0A372A
3#093025
4#082920
5#07221A
6#051B15
7#041510
8#030E0B
9#010705
Tints
Lighter variations
1#146951
2#1B8D6C
3#22B188
4#28D4A4
5#4BDDB3
6#6FE4C3
7#93EAD2
8#B7F1E1
9#DBF8F0
Tones
Muted variations
1#104234
2#133F32
3#153C31
4#183930
5#1B372F
6#1E342E
7#20312C
8#232E2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9674 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E1F9F2;
--charcoal-200: #C7F4E8;
--charcoal-300: #9CECD6;
--charcoal-400: #69E2C0;
--charcoal-500: #3EDAAE;
--charcoal-600: #24BC91;
--charcoal-700: #1D9674;
--charcoal-800: #146B53;
--charcoal-900: #0D4535;
--charcoal-950: #082B21;
}