Charcoal
#0D4543
CyanColor Codes
All color formats for development
HEX
#0D4543RGB
rgb(13, 69, 67)HSL
hsl(178, 68%, 16%)OKLCH
oklch(0.355 0.055 191.4)CMYK
cmyk(81%, 0%, 3%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E3C
2#0A3735
3#09302F
4#082928
5#072221
6#051B1B
7#041514
8#030E0D
9#010707
Tints
Lighter variations
1#146966
2#1B8D89
3#22B1AC
4#28D4CF
5#4BDDD8
6#6FE4E0
7#93EAE8
8#B7F1EF
9#DBF8F7
Tones
Muted variations
1#104240
2#133F3E
3#153C3B
4#183938
5#1B3736
6#1E3433
7#203131
8#232E2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1F9F8;
--charcoal-200: #C7F4F3;
--charcoal-300: #9CECEA;
--charcoal-400: #69E2DE;
--charcoal-500: #3EDAD5;
--charcoal-600: #24BCB7;
--charcoal-700: #1D9692;
--charcoal-800: #146B68;
--charcoal-900: #0D4543;
--charcoal-950: #082B2A;
}