Charcoal
#005241
CyanColor Codes
All color formats for development
HEX
#005241RGB
rgb(0, 82, 65)HSL
hsl(168, 100%, 16%)OKLCH
oklch(0.391 0.075 172.6)CMYK
cmyk(100%, 0%, 21%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00493B
2#004134
3#00392E
4#003127
5#002921
6#00211A
7#001814
8#00100D
9#000807
Tints
Lighter variations
1#007C64
2#00A786
3#00D2A8
4#00FDCA
5#29FFD4
6#54FFDD
7#7EFFE5
8#A9FFEE
9#D4FFF6
Tones
Muted variations
1#044E3F
2#08493C
3#0C453A
4#104137
5#143D35
6#183933
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 | DBFF #DBFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFDB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005241 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DBFFF8;
--charcoal-200: #BDFFF2;
--charcoal-300: #8AFFE8;
--charcoal-400: #4DFFDB;
--charcoal-500: #1AFFD1;
--charcoal-600: #00E0B4;
--charcoal-700: #00B38F;
--charcoal-800: #008066;
--charcoal-900: #005241;
--charcoal-950: #003329;
}