Charcoal
#01322E
CyanColor Codes
All color formats for development
HEX
#01322ERGB
rgb(1, 50, 46)HSL
hsl(175, 96%, 10%)OKLCH
oklch(0.286 0.049 186.3)CMYK
cmyk(98%, 0%, 8%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D29
2#012825
3#012320
4#011E1C
5#011917
6#001412
7#000F0E
8#000A09
9#000505
Tints
Lighter variations
1#025F57
2#038C81
3#04B9AA
4#05E6D3
5#1EFAE8
6#4BFBED
7#78FCF1
8#A5FDF6
9#D2FEFA
Tones
Muted variations
1#03302C
2#062D2A
3#082B28
4#0B2826
5#0D2624
6#102322
7#122120
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBED | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFB;
--charcoal-200: #BEFEF8;
--charcoal-300: #8CFDF3;
--charcoal-400: #50FBED;
--charcoal-500: #1EFAE8;
--charcoal-600: #04DCCA;
--charcoal-700: #04AFA1;
--charcoal-800: #037D73;
--charcoal-900: #025049;
--charcoal-950: #01322E;
}