Charcoal
#005236
GreenColor Codes
All color formats for development
HEX
#005236RGB
rgb(0, 82, 54)HSL
hsl(160, 100%, 16%)OKLCH
oklch(0.388 0.085 162)CMYK
cmyk(100%, 0%, 34%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004931
2#00412C
3#003926
4#003121
5#00291B
6#002116
7#001810
8#00100B
9#000805
Tints
Lighter variations
1#007C53
2#00A770
3#00D28C
4#00FDA9
5#29FFB8
6#54FFC6
7#7EFFD4
8#A9FFE2
9#D4FFF1
Tones
Muted variations
1#044E35
2#084934
3#0C4532
4#104131
5#143D30
6#18392E
7#1D352D
8#21312C
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DBFFF3;
--charcoal-200: #BDFFE9;
--charcoal-300: #8AFFD8;
--charcoal-400: #4DFFC3;
--charcoal-500: #1AFFB2;
--charcoal-600: #00E096;
--charcoal-700: #00B377;
--charcoal-800: #008055;
--charcoal-900: #005236;
--charcoal-950: #003322;
}