Charcoal
#0D4445
CyanColor Codes
All color formats for development
HEX
#0D4445RGB
rgb(13, 68, 69)HSL
hsl(181, 68%, 16%)OKLCH
oklch(0.353 0.054 196.8)CMYK
cmyk(81%, 1%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D3E
2#0A3637
3#092F30
4#082929
5#072222
6#051B1B
7#041415
8#030E0E
9#010707
Tints
Lighter variations
1#146769
2#1B8B8D
3#22AEB1
4#28D2D4
5#4BDADD
6#6FE2E4
7#93E9EA
8#B7F0F1
9#DBF8F8
Tones
Muted variations
1#104142
2#133E3F
3#153C3C
4#183939
5#1B3637
6#1E3434
7#203131
8#232E2E
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F9F9;
--charcoal-200: #C7F4F4;
--charcoal-300: #9CEBEC;
--charcoal-400: #69E0E2;
--charcoal-500: #3ED8DA;
--charcoal-600: #24BABC;
--charcoal-700: #1D9496;
--charcoal-800: #146A6B;
--charcoal-900: #0D4445;
--charcoal-950: #082A2B;
}