Charcoal
#005239
GreenColor Codes
All color formats for development
HEX
#005239RGB
rgb(0, 82, 57)HSL
hsl(162, 100%, 16%)OKLCH
oklch(0.388 0.082 164.6)CMYK
cmyk(100%, 0%, 30%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004933
2#00412E
3#003928
4#003122
5#00291D
6#002117
7#001811
8#00100B
9#000806
Tints
Lighter variations
1#007C57
2#00A775
3#00D293
4#00FDB1
5#29FFBF
6#54FFCC
7#7EFFD8
8#A9FFE5
9#D4FFF2
Tones
Muted variations
1#044E37
2#084936
3#0C4534
4#104133
5#143D31
6#18392F
7#1D352E
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 #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DBFFF4;
--charcoal-200: #BDFFEB;
--charcoal-300: #8AFFDC;
--charcoal-400: #4DFFC9;
--charcoal-500: #1AFFBA;
--charcoal-600: #00E09D;
--charcoal-700: #00B37D;
--charcoal-800: #008059;
--charcoal-900: #005239;
--charcoal-950: #003324;
}