Charcoal
#0F432A
GreenColor Codes
All color formats for development
HEX
#0F432ARGB
rgb(15, 67, 42)HSL
hsl(151, 63%, 16%)OKLCH
oklch(0.342 0.07 158)CMYK
cmyk(78%, 0%, 37%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C25
2#0C3521
3#0B2F1D
4#092819
5#082115
6#061B11
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#176540
2#1F8855
3#27AB6B
4#2FCE81
5#50D796
6#73DFAB
7#96E7C0
8#B9EFD5
9#DCF7EA
Tones
Muted variations
1#12402A
2#143D29
3#173B29
4#193829
5#1C3629
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 #9FE9C6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186841 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | 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: #9FE9C6;
--charcoal-400: #6EDEA8;
--charcoal-500: #44D58F;
--charcoal-600: #2AB773;
--charcoal-700: #21915B;
--charcoal-800: #186841;
--charcoal-900: #0F432A;
--charcoal-950: #092A1A;
}