Charcoal
#01322D
CyanColor Codes
All color formats for development
HEX
#01322DRGB
rgb(1, 50, 45)HSL
hsl(174, 96%, 10%)OKLCH
oklch(0.285 0.05 184.2)CMYK
cmyk(98%, 0%, 10%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D29
2#012824
3#012320
4#011E1B
5#011917
6#001412
7#000F0E
8#000A09
9#000505
Tints
Lighter variations
1#025F56
2#038C7E
3#04B9A7
4#05E6CF
5#1EFAE4
6#4BFBEA
7#78FCEF
8#A5FDF4
9#D2FEFA
Tones
Muted variations
1#03302B
2#062D29
3#082B27
4#0B2825
5#0D2623
6#102321
7#12211F
8#151E1D
9#171C1B
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 #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFB;
--charcoal-200: #BEFEF7;
--charcoal-300: #8CFDF1;
--charcoal-400: #50FBEA;
--charcoal-500: #1EFAE4;
--charcoal-600: #04DCC6;
--charcoal-700: #04AF9E;
--charcoal-800: #037D71;
--charcoal-900: #025048;
--charcoal-950: #01322D;
}