Charcoal
#0D4545
CyanColor Codes
All color formats for development
HEX
#0D4545RGB
rgb(13, 69, 69)HSL
hsl(180, 68%, 16%)OKLCH
oklch(0.356 0.055 195)CMYK
cmyk(81%, 0%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E3E
2#0A3737
3#093030
4#082929
5#072222
6#051B1B
7#041515
8#030E0E
9#010707
Tints
Lighter variations
1#146969
2#1B8D8D
3#22B1B1
4#28D4D4
5#4BDDDD
6#6FE4E4
7#93EAEA
8#B7F1F1
9#DBF8F8
Tones
Muted variations
1#104242
2#133F3F
3#153C3C
4#183939
5#1B3737
6#1E3434
7#203131
8#232E2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E1F9F9;
--charcoal-200: #C7F4F4;
--charcoal-300: #9CECEC;
--charcoal-400: #69E2E2;
--charcoal-500: #3EDADA;
--charcoal-600: #24BCBC;
--charcoal-700: #1D9696;
--charcoal-800: #146B6B;
--charcoal-900: #0D4545;
--charcoal-950: #082B2B;
}