Charcoal
#0D4538
CyanColor Codes
All color formats for development
HEX
#0D4538RGB
rgb(13, 69, 56)HSL
hsl(166, 68%, 16%)OKLCH
oklch(0.351 0.061 173.4)CMYK
cmyk(81%, 0%, 19%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E32
2#0A372C
3#093027
4#082921
5#07221C
6#051B16
7#041511
8#030E0B
9#010706
Tints
Lighter variations
1#146955
2#1B8D72
3#22B18F
4#28D4AC
5#4BDDBB
6#6FE4C8
7#93EAD6
8#B7F1E4
9#DBF8F1
Tones
Muted variations
1#104236
2#133F35
3#153C33
4#183932
5#1B3730
6#1E342F
7#20312D
8#232E2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E1F9F4;
--charcoal-200: #C7F4EA;
--charcoal-300: #9CECDA;
--charcoal-400: #69E2C6;
--charcoal-500: #3EDAB6;
--charcoal-600: #24BC99;
--charcoal-700: #1D967A;
--charcoal-800: #146B57;
--charcoal-900: #0D4538;
--charcoal-950: #082B23;
}