Charcoal
#01322F
CyanColor Codes
All color formats for development
HEX
#01322FRGB
rgb(1, 50, 47)HSL
hsl(176, 96%, 10%)OKLCH
oklch(0.286 0.049 188.4)CMYK
cmyk(98%, 0%, 6%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D2A
2#012825
3#012321
4#011E1C
5#011917
6#001413
7#000F0E
8#000A09
9#000505
Tints
Lighter variations
1#025F59
2#038C83
3#04B9AD
4#05E6D7
5#1EFAEC
6#4BFBF0
7#78FCF3
8#A5FDF7
9#D2FEFB
Tones
Muted variations
1#03302D
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 #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFE;
--charcoal-100: #DCFEFC;
--charcoal-200: #BEFEF9;
--charcoal-300: #8CFDF5;
--charcoal-400: #50FBF0;
--charcoal-500: #1EFAEC;
--charcoal-600: #04DCCE;
--charcoal-700: #04AFA4;
--charcoal-800: #037D75;
--charcoal-900: #02504B;
--charcoal-950: #01322F;
}