Charcoal
#005235
GreenColor Codes
All color formats for development
HEX
#005235RGB
rgb(0, 82, 53)HSL
hsl(159, 100%, 16%)OKLCH
oklch(0.387 0.086 161.2)CMYK
cmyk(100%, 0%, 35%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004930
2#00412A
3#003925
4#003120
5#00291B
6#002115
7#001810
8#00100B
9#000805
Tints
Lighter variations
1#007C51
2#00A76D
3#00D289
4#00FDA4
5#29FFB4
6#54FFC3
7#7EFFD2
8#A9FFE1
9#D4FFF0
Tones
Muted variations
1#044E34
2#084933
3#0C4531
4#104130
5#143D2F
6#18392E
7#1D352C
8#21312B
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 #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DBFFF3;
--charcoal-200: #BDFFE8;
--charcoal-300: #8AFFD6;
--charcoal-400: #4DFFC1;
--charcoal-500: #1AFFAF;
--charcoal-600: #00E092;
--charcoal-700: #00B374;
--charcoal-800: #008053;
--charcoal-900: #005235;
--charcoal-950: #003321;
}