Charcoal
#02312D
CyanColor Codes
All color formats for development
HEX
#02312DRGB
rgb(2, 49, 45)HSL
hsl(175, 92%, 10%)OKLCH
oklch(0.282 0.048 186.1)CMYK
cmyk(96%, 0%, 8%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C29
2#022724
3#012220
4#011D1B
5#011817
6#011412
7#010F0E
8#000A09
9#000505
Tints
Lighter variations
1#045D56
2#06897E
3#08B5A7
4#09E1CF
5#23F6E4
6#4FF8EA
7#7BF9EF
8#A7FBF4
9#D3FDFA
Tones
Muted variations
1#042F2B
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 #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8EA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEFB;
--charcoal-200: #BFFCF7;
--charcoal-300: #8EFAF1;
--charcoal-400: #54F8EA;
--charcoal-500: #23F6E4;
--charcoal-600: #09D7C6;
--charcoal-700: #07AB9E;
--charcoal-800: #057A71;
--charcoal-900: #034E48;
--charcoal-950: #02312D;
}