Charcoal
#0D443D
CyanColor Codes
All color formats for development
HEX
#0D443DRGB
rgb(13, 68, 61)HSL
hsl(172, 68%, 16%)OKLCH
oklch(0.35 0.056 182.5)CMYK
cmyk(81%, 0%, 10%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E37
2#0A3731
3#09302B
4#082925
5#07221F
6#051B18
7#041512
8#030E0C
9#010706
Tints
Lighter variations
1#14695D
2#1B8D7D
3#22B19D
4#28D4BE
5#4BDDC9
6#6FE4D4
7#93EADF
8#B7F1EA
9#DBF8F4
Tones
Muted variations
1#10423B
2#133F39
3#153C37
4#183935
5#1B3733
6#1E3431
7#20312F
8#232E2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1F9F6;
--charcoal-200: #C7F4EE;
--charcoal-300: #9CECE2;
--charcoal-400: #69E2D2;
--charcoal-500: #3EDAC5;
--charcoal-600: #24BCA8;
--charcoal-700: #1D9686;
--charcoal-800: #146B60;
--charcoal-900: #0D453D;
--charcoal-950: #082B26;
}