Charcoal
#0F4335
GreenColor Codes
All color formats for development
HEX
#0F4335RGB
rgb(15, 67, 53)HSL
hsl(164, 63%, 16%)OKLCH
oklch(0.345 0.059 171)CMYK
cmyk(78%, 0%, 21%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C30
2#0C352A
3#0B2F25
4#092820
5#08211A
6#061B15
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#176551
2#1F886C
3#27AB88
4#2FCEA4
5#50D7B3
6#73DFC3
7#96E7D2
8#B9EFE1
9#DCF7F0
Tones
Muted variations
1#124034
2#143D32
3#173B31
4#193830
5#1C362F
6#1F332E
7#21312C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F2;
--charcoal-200: #C9F3E8;
--charcoal-300: #9FE9D6;
--charcoal-400: #6EDEC0;
--charcoal-500: #44D5AE;
--charcoal-600: #2AB791;
--charcoal-700: #219173;
--charcoal-800: #186852;
--charcoal-900: #0F4335;
--charcoal-950: #092A21;
}