Charcoal
#0F432B
GreenColor Codes
All color formats for development
HEX
#0F432BRGB
rgb(15, 67, 43)HSL
hsl(152, 63%, 16%)OKLCH
oklch(0.342 0.069 158.9)CMYK
cmyk(78%, 0%, 36%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C26
2#0C3522
3#0B2F1E
4#09281A
5#082115
6#061B11
7#05140D
8#030D09
9#020704
Tints
Lighter variations
1#176541
2#1F8857
3#27AB6D
4#2FCE84
5#50D798
6#73DFAD
7#96E7C1
8#B9EFD6
9#DCF7EA
Tones
Muted variations
1#12402A
2#143D2A
3#173B2A
4#19382A
5#1C362A
6#1F3329
7#213129
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EE;
--charcoal-200: #C9F3DF;
--charcoal-300: #9FE9C7;
--charcoal-400: #6EDEA9;
--charcoal-500: #44D591;
--charcoal-600: #2AB775;
--charcoal-700: #21915D;
--charcoal-800: #186842;
--charcoal-900: #0F432B;
--charcoal-950: #092A1B;
}