Charcoal
#0D453E
CyanColor Codes
All color formats for development
HEX
#0D453ERGB
rgb(13, 69, 62)HSL
hsl(173, 68%, 16%)OKLCH
oklch(0.354 0.057 182.7)CMYK
cmyk(81%, 0%, 10%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E38
2#0A3732
3#09302B
4#082925
5#07221F
6#051B19
7#041513
8#030E0C
9#010706
Tints
Lighter variations
1#14695F
2#1B8D7F
3#22B1A0
4#28D4C0
5#4BDDCC
6#6FE4D6
7#93EAE0
8#B7F1EA
9#DBF8F5
Tones
Muted variations
1#10423C
2#133F3A
3#153C38
4#183936
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 #C7F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1F9F6;
--charcoal-200: #C7F4EF;
--charcoal-300: #9CECE3;
--charcoal-400: #69E2D4;
--charcoal-500: #3EDAC8;
--charcoal-600: #24BCAB;
--charcoal-700: #1D9688;
--charcoal-800: #146B61;
--charcoal-900: #0D453E;
--charcoal-950: #082B27;
}