Charcoal
#00523D
CyanColor Codes
All color formats for development
HEX
#00523DRGB
rgb(0, 82, 61)HSL
hsl(165, 100%, 16%)OKLCH
oklch(0.39 0.079 168.4)CMYK
cmyk(100%, 0%, 26%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004937
2#004131
3#00392B
4#003125
5#00291F
6#002118
7#001812
8#00100C
9#000806
Tints
Lighter variations
1#007C5D
2#00A77D
3#00D29E
4#00FDBE
5#29FFC9
6#54FFD4
7#7EFFDF
8#A9FFEA
9#D4FFF4
Tones
Muted variations
1#044E3B
2#084939
3#0C4537
4#104135
5#143D33
6#183931
7#1D352F
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DBFFF6;
--charcoal-200: #BDFFEE;
--charcoal-300: #8AFFE2;
--charcoal-400: #4DFFD2;
--charcoal-500: #1AFFC6;
--charcoal-600: #00E0A8;
--charcoal-700: #00B386;
--charcoal-800: #008060;
--charcoal-900: #00523D;
--charcoal-950: #003326;
}