Charcoal
#025038
GreenColor Codes
All color formats for development
HEX
#025038RGB
rgb(2, 80, 56)HSL
hsl(162, 95%, 16%)OKLCH
oklch(0.382 0.08 164.8)CMYK
cmyk(98%, 0%, 30%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024833
2#02402D
3#013827
4#013022
5#01281C
6#012017
7#011811
8#00100B
9#000806
Tints
Lighter variations
1#037956
2#04A373
3#05CD91
4#06F7AF
5#2EFABD
6#58FBCA
7#82FCD7
8#ABFDE4
9#D5FEF2
Tones
Muted variations
1#064C37
2#0A4835
3#0E4434
4#124032
5#153C31
6#19382F
7#1D342D
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 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFEF4;
--charcoal-200: #BEFDEA;
--charcoal-300: #8DFCDB;
--charcoal-400: #51FBC8;
--charcoal-500: #1FF9B8;
--charcoal-600: #06DB9B;
--charcoal-700: #04AE7B;
--charcoal-800: #037C58;
--charcoal-900: #025038;
--charcoal-950: #013223;
}