Charcoal
#005232
GreenColor Codes
All color formats for development
HEX
#005232RGB
rgb(0, 82, 50)HSL
hsl(157, 100%, 16%)OKLCH
oklch(0.387 0.089 158.9)CMYK
cmyk(100%, 0%, 39%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00492D
2#004128
3#003923
4#00311E
5#002919
6#002114
7#00180F
8#00100A
9#000805
Tints
Lighter variations
1#007C4D
2#00A767
3#00D282
4#00FD9C
5#29FFAD
6#54FFBD
7#7EFFCE
8#A9FFDE
9#D4FFEF
Tones
Muted variations
1#044E31
2#084930
3#0C452F
4#10412F
5#143D2E
6#18392D
7#1D352C
8#21312B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DBFFF1;
--charcoal-200: #BDFFE6;
--charcoal-300: #8AFFD2;
--charcoal-400: #4DFFBB;
--charcoal-500: #1AFFA7;
--charcoal-600: #00E08A;
--charcoal-700: #00B36E;
--charcoal-800: #00804F;
--charcoal-900: #005232;
--charcoal-950: #00331F;
}