Charcoal
#015041
CyanColor Codes
All color formats for development
HEX
#015041RGB
rgb(1, 80, 65)HSL
hsl(169, 98%, 16%)OKLCH
oklch(0.385 0.073 174.4)CMYK
cmyk(99%, 0%, 19%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01493C
2#014135
3#01392E
4#003028
5#002821
6#00201A
7#001814
8#00100D
9#000807
Tints
Lighter variations
1#017B65
2#02A688
3#02D0AA
4#03FACD
5#2BFDD6
6#55FDDE
7#80FEE7
8#AAFEEF
9#D5FFF7
Tones
Muted variations
1#054D40
2#09493D
3#0D453B
4#114138
5#153D35
6#193933
7#1D3530
8#21312E
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDDD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015142 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFFF8;
--charcoal-200: #BDFEF2;
--charcoal-300: #8BFEE9;
--charcoal-400: #4EFDDD;
--charcoal-500: #1CFDD3;
--charcoal-600: #02DEB6;
--charcoal-700: #02B191;
--charcoal-800: #017E67;
--charcoal-900: #015142;
--charcoal-950: #013229;
}