Charcoal
#005238
GreenColor Codes
All color formats for development
HEX
#005238RGB
rgb(0, 82, 56)HSL
hsl(161, 100%, 16%)OKLCH
oklch(0.388 0.083 163.7)CMYK
cmyk(100%, 0%, 32%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004932
2#00412D
3#003927
4#003121
5#00291C
6#002116
7#001811
8#00100B
9#000806
Tints
Lighter variations
1#007C55
2#00A772
3#00D290
4#00FDAD
5#29FFBB
6#54FFC9
7#7EFFD6
8#A9FFE4
9#D4FFF1
Tones
Muted variations
1#044E36
2#084935
3#0C4533
4#104132
5#143D30
6#18392F
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 #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DBFFF4;
--charcoal-200: #BDFFEA;
--charcoal-300: #8AFFDA;
--charcoal-400: #4DFFC6;
--charcoal-500: #1AFFB6;
--charcoal-600: #00E099;
--charcoal-700: #00B37A;
--charcoal-800: #008057;
--charcoal-900: #005238;
--charcoal-950: #003323;
}