Charcoal
#0D4540
CyanColor Codes
All color formats for development
HEX
#0D4540RGB
rgb(13, 69, 64)HSL
hsl(175, 68%, 16%)OKLCH
oklch(0.354 0.056 186.1)CMYK
cmyk(81%, 0%, 7%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E3A
2#0A3733
3#09302D
4#082926
5#072220
6#051B1A
7#041513
8#030E0D
9#010706
Tints
Lighter variations
1#146961
2#1B8D83
3#22B1A5
4#28D4C6
5#4BDDD1
6#6FE4DA
7#93EAE3
8#B7F1EC
9#DBF8F6
Tones
Muted variations
1#10423E
2#133F3B
3#153C39
4#183937
5#1B3734
6#1E3432
7#203130
8#232E2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1F9F7;
--charcoal-200: #C7F4F1;
--charcoal-300: #9CECE6;
--charcoal-400: #69E2D8;
--charcoal-500: #3EDACD;
--charcoal-600: #24BCB0;
--charcoal-700: #1D968C;
--charcoal-800: #146B64;
--charcoal-900: #0D4540;
--charcoal-950: #082B28;
}