Charcoal
#0F432D
GreenColor Codes
All color formats for development
HEX
#0F432DRGB
rgb(15, 67, 45)HSL
hsl(155, 63%, 16%)OKLCH
oklch(0.342 0.067 161)CMYK
cmyk(78%, 0%, 33%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C29
2#0C3524
3#0B2F20
4#09281B
5#082117
6#061B12
7#05140E
8#030D09
9#020705
Tints
Lighter variations
1#176545
2#1F885C
3#27AB74
4#2FCE8C
5#50D79F
6#73DFB2
7#96E7C5
8#B9EFD9
9#DCF7EC
Tones
Muted variations
1#12402D
2#143D2C
3#173B2C
4#19382B
5#1C362B
6#1F332B
7#21312A
8#242E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186846 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EF;
--charcoal-200: #C9F3E1;
--charcoal-300: #9FE9CB;
--charcoal-400: #6EDEAF;
--charcoal-500: #44D598;
--charcoal-600: #2AB77C;
--charcoal-700: #219163;
--charcoal-800: #186846;
--charcoal-900: #0F432D;
--charcoal-950: #092A1C;
}