Charcoal
#0D453D
CyanColor Codes
All color formats for development
HEX
#0D453DRGB
rgb(13, 69, 61)HSL
hsl(171, 68%, 16%)OKLCH
oklch(0.353 0.057 181.1)CMYK
cmyk(81%, 0%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E36
2#0A3730
3#09302A
4#082924
5#07221E
6#051B18
7#041512
8#030E0C
9#010706
Tints
Lighter variations
1#14695C
2#1B8D7B
3#22B19B
4#28D4BB
5#4BDDC7
6#6FE4D2
7#93EADD
8#B7F1E9
9#DBF8F4
Tones
Muted variations
1#10423A
2#133F38
3#153C36
4#183934
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 #9CECE0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | 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: #9CECE0;
--charcoal-400: #69E2D0;
--charcoal-500: #3EDAC3;
--charcoal-600: #24BCA6;
--charcoal-700: #1D9684;
--charcoal-800: #146B5E;
--charcoal-900: #0D453C;
--charcoal-950: #082B26;
}