Charcoal
#02312E
CyanColor Codes
All color formats for development
HEX
#02312ERGB
rgb(2, 49, 46)HSL
hsl(176, 92%, 10%)OKLCH
oklch(0.283 0.048 188.2)CMYK
cmyk(96%, 0%, 6%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C29
2#022725
3#012220
4#011D1B
5#011817
6#011412
7#010F0E
8#000A09
9#000505
Tints
Lighter variations
1#045D57
2#068980
3#08B5AA
4#09E1D3
5#23F6E8
6#4FF8EC
7#7BF9F1
8#A7FBF6
9#D3FDFA
Tones
Muted variations
1#042F2C
2#072C2A
3#092A28
4#0B2826
5#0E2524
6#102322
7#122120
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEFB;
--charcoal-200: #BFFCF8;
--charcoal-300: #8EFAF3;
--charcoal-400: #54F8ED;
--charcoal-500: #23F6E8;
--charcoal-600: #09D7CA;
--charcoal-700: #07ABA0;
--charcoal-800: #057A73;
--charcoal-900: #034E49;
--charcoal-950: #02312E;
}