Charcoal
#02502E
GreenColor Codes
All color formats for development
HEX
#02502ERGB
rgb(2, 80, 46)HSL
hsl(154, 95%, 16%)OKLCH
oklch(0.38 0.09 156.8)CMYK
cmyk(98%, 0%, 42%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024829
2#024025
3#013820
4#01301C
5#012817
6#012012
7#01180E
8#001009
9#000805
Tints
Lighter variations
1#037946
2#04A35E
3#05CD76
4#06F78F
5#2EFAA1
6#58FBB4
7#82FCC7
8#ABFDDA
9#D5FEEC
Tones
Muted variations
1#064C2D
2#0A482D
3#0E442C
4#12402C
5#153C2B
6#19382B
7#1D342A
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 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF99B | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF8;
--charcoal-100: #DCFEEF;
--charcoal-200: #BEFDE2;
--charcoal-300: #8DFCCC;
--charcoal-400: #51FBB1;
--charcoal-500: #1FF99B;
--charcoal-600: #06DB7E;
--charcoal-700: #04AE65;
--charcoal-800: #037C48;
--charcoal-900: #02502E;
--charcoal-950: #01321D;
}