Charcoal
#015143
CyanColor Codes
All color formats for development
HEX
#015143RGB
rgb(1, 81, 67)HSL
hsl(170, 98%, 16%)OKLCH
oklch(0.389 0.072 175.8)CMYK
cmyk(99%, 0%, 17%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01493D
2#014136
3#01392F
4#003028
5#002822
6#00201B
7#001814
8#00100D
9#000807
Tints
Lighter variations
1#017B67
2#02A68A
3#02D0AE
4#03FAD1
5#2BFDDA
6#55FDE1
7#80FEE9
8#AAFEF0
9#D5FFF8
Tones
Muted variations
1#054D41
2#09493E
3#0D453B
4#114139
5#153D36
6#193933
7#1D3531
8#21312E
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFFF9;
--charcoal-200: #BDFEF4;
--charcoal-300: #8BFEEB;
--charcoal-400: #4EFDE0;
--charcoal-500: #1CFDD7;
--charcoal-600: #02DEBA;
--charcoal-700: #02B194;
--charcoal-800: #017E69;
--charcoal-900: #015143;
--charcoal-950: #01322A;
}