Charcoal
#02312C
CyanColor Codes
All color formats for development
HEX
#02312CRGB
rgb(2, 49, 44)HSL
hsl(174, 92%, 10%)OKLCH
oklch(0.282 0.049 183.9)CMYK
cmyk(96%, 0%, 10%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C28
2#022723
3#01221F
4#011D1B
5#011816
6#011412
7#010F0D
8#000A09
9#000504
Tints
Lighter variations
1#045D54
2#06897C
3#08B5A4
4#09E1CC
5#23F6E1
6#4FF8E7
7#7BF9ED
8#A7FBF3
9#D3FDF9
Tones
Muted variations
1#042F2A
2#072C29
3#092A27
4#0B2825
5#0E2523
6#102321
7#12211F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEFA;
--charcoal-200: #BFFCF6;
--charcoal-300: #8EFAF0;
--charcoal-400: #54F8E7;
--charcoal-500: #23F6E1;
--charcoal-600: #09D7C3;
--charcoal-700: #07AB9B;
--charcoal-800: #057A6F;
--charcoal-900: #034E47;
--charcoal-950: #02312C;
}