Charcoal
#0D4441
CyanColor Codes
All color formats for development
HEX
#0D4441RGB
rgb(13, 68, 65)HSL
hsl(177, 68%, 16%)OKLCH
oklch(0.352 0.055 189.5)CMYK
cmyk(81%, 0%, 4%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E3B
2#0A3735
3#09302E
4#082927
5#072221
6#051B1A
7#041514
8#030E0D
9#010707
Tints
Lighter variations
1#146964
2#1B8D87
3#22B1A9
4#28D4CC
5#4BDDD5
6#6FE4DE
7#93EAE6
8#B7F1EE
9#DBF8F7
Tones
Muted variations
1#10423F
2#133F3D
3#153C3A
4#183938
5#1B3735
6#1E3433
7#203130
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 #C7F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1F9F8;
--charcoal-200: #C7F4F2;
--charcoal-300: #9CECE8;
--charcoal-400: #69E2DC;
--charcoal-500: #3EDAD2;
--charcoal-600: #24BCB5;
--charcoal-700: #1D9690;
--charcoal-800: #146B67;
--charcoal-900: #0D4542;
--charcoal-950: #082B29;
}