Charcoal
#0D4544
CyanColor Codes
All color formats for development
HEX
#0D4544RGB
rgb(13, 69, 68)HSL
hsl(179, 68%, 16%)OKLCH
oklch(0.356 0.055 193.2)CMYK
cmyk(81%, 0%, 1%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E3D
2#0A3736
3#09302F
4#082929
5#072222
6#051B1B
7#041514
8#030E0E
9#010707
Tints
Lighter variations
1#146967
2#1B8D8B
3#22B1AE
4#28D4D2
5#4BDDDA
6#6FE4E2
7#93EAE9
8#B7F1F0
9#DBF8F8
Tones
Muted variations
1#104241
2#133F3E
3#153C3C
4#183939
5#1B3736
6#1E3434
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 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | 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: #E1F9F9;
--charcoal-200: #C7F4F4;
--charcoal-300: #9CECEB;
--charcoal-400: #69E2E0;
--charcoal-500: #3EDAD8;
--charcoal-600: #24BCBA;
--charcoal-700: #1D9694;
--charcoal-800: #146B6A;
--charcoal-900: #0D4544;
--charcoal-950: #082B2A;
}