Charcoal
#005231
GreenColor Codes
All color formats for development
HEX
#005231RGB
rgb(0, 82, 49)HSL
hsl(156, 100%, 16%)OKLCH
oklch(0.386 0.09 158.2)CMYK
cmyk(100%, 0%, 40%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00492C
2#004127
3#003922
4#00311D
5#002918
6#002114
7#00180F
8#00100A
9#000805
Tints
Lighter variations
1#007C4B
2#00A764
3#00D27E
4#00FD98
5#29FFA9
6#54FFBA
7#7EFFCC
8#A9FFDD
9#D4FFEE
Tones
Muted variations
1#044E30
2#08492F
3#0C452F
4#10412E
5#143D2D
6#18392C
7#1D352B
8#21312A
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 #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | 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: #BDFFE4;
--charcoal-300: #8AFFD0;
--charcoal-400: #4DFFB8;
--charcoal-500: #1AFFA3;
--charcoal-600: #00E087;
--charcoal-700: #00B36B;
--charcoal-800: #00804D;
--charcoal-900: #005231;
--charcoal-950: #00331F;
}