Charcoal
#023131
CyanColor Codes
All color formats for development
HEX
#023131RGB
rgb(2, 49, 49)HSL
hsl(180, 92%, 10%)OKLCH
oklch(0.284 0.047 194.8)CMYK
cmyk(96%, 0%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C2C
2#022727
3#012222
4#011D1D
5#011818
6#011414
7#010F0F
8#000A0A
9#000505
Tints
Lighter variations
1#045D5D
2#068989
3#08B5B5
4#09E1E1
5#23F6F6
6#4FF8F8
7#7BF9F9
8#A7FBFB
9#D3FDFD
Tones
Muted variations
1#042F2F
2#072C2C
3#092A2A
4#0B2828
5#0E2525
6#102323
7#122121
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFE;
--charcoal-100: #DDFEFE;
--charcoal-200: #BFFCFC;
--charcoal-300: #8EFAFA;
--charcoal-400: #54F8F8;
--charcoal-500: #23F6F6;
--charcoal-600: #09D7D7;
--charcoal-700: #07ABAB;
--charcoal-800: #057A7A;
--charcoal-900: #034E4E;
--charcoal-950: #023131;
}