Charcoal
#00522E
GreenColor Codes
All color formats for development
HEX
#00522ERGB
rgb(0, 82, 46)HSL
hsl(154, 100%, 16%)OKLCH
oklch(0.386 0.093 156.2)CMYK
cmyk(100%, 0%, 44%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00492A
2#004125
3#003920
4#00311C
5#002917
6#002112
7#00180E
8#001009
9#000805
Tints
Lighter variations
1#007C47
2#00A75F
3#00D277
4#00FD8F
5#29FFA2
6#54FFB5
7#7EFFC7
8#A9FFDA
9#D4FFEC
Tones
Muted variations
1#044E2E
2#08492D
3#0C452D
4#10412C
5#143D2C
6#18392B
7#1D352A
8#21312A
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF8;
--charcoal-100: #DBFFF0;
--charcoal-200: #BDFFE2;
--charcoal-300: #8AFFCC;
--charcoal-400: #4DFFB2;
--charcoal-500: #1AFF9C;
--charcoal-600: #00E07F;
--charcoal-700: #00B365;
--charcoal-800: #008048;
--charcoal-900: #00522E;
--charcoal-950: #00331D;
}