Charcoal
#00523C
GreenColor Codes
All color formats for development
HEX
#00523CRGB
rgb(0, 82, 60)HSL
hsl(164, 100%, 16%)OKLCH
oklch(0.389 0.079 167.4)CMYK
cmyk(100%, 0%, 27%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004936
2#004130
3#00392A
4#003124
5#00291E
6#002118
7#001812
8#00100C
9#000806
Tints
Lighter variations
1#007C5B
2#00A77B
3#00D29A
4#00FDBA
5#29FFC6
6#54FFD1
7#7EFFDD
8#A9FFE8
9#D4FFF4
Tones
Muted variations
1#044E3A
2#084938
3#0C4536
4#104134
5#143D32
6#183930
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 #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DBFFF5;
--charcoal-200: #BDFFED;
--charcoal-300: #8AFFE0;
--charcoal-400: #4DFFCF;
--charcoal-500: #1AFFC2;
--charcoal-600: #00E0A5;
--charcoal-700: #00B383;
--charcoal-800: #00805E;
--charcoal-900: #00523C;
--charcoal-950: #003325;
}