Charcoal
#0D4539
CyanColor Codes
All color formats for development
HEX
#0D4539RGB
rgb(13, 69, 57)HSL
hsl(167, 68%, 16%)OKLCH
oklch(0.352 0.06 174.8)CMYK
cmyk(81%, 0%, 17%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E33
2#0A372D
3#093028
4#082922
5#07221C
6#051B17
7#041511
8#030E0B
9#010706
Tints
Lighter variations
1#146956
2#1B8D74
3#22B192
4#28D4AF
5#4BDDBD
6#6FE4CA
7#93EAD8
8#B7F1E5
9#DBF8F2
Tones
Muted variations
1#104237
2#133F35
3#153C34
4#183932
5#1B3731
6#1E342F
7#20312E
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 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | 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: #C7F4EB;
--charcoal-300: #9CECDB;
--charcoal-400: #69E2C8;
--charcoal-500: #3EDAB8;
--charcoal-600: #24BC9B;
--charcoal-700: #1D967C;
--charcoal-800: #146B58;
--charcoal-900: #0D4539;
--charcoal-950: #082B23;
}