Charcoal
#0F4334
GreenColor Codes
All color formats for development
HEX
#0F4334RGB
rgb(15, 67, 52)HSL
hsl(163, 63%, 16%)OKLCH
oklch(0.345 0.06 169.6)CMYK
cmyk(78%, 0%, 22%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C2F
2#0C352A
3#0B2F24
4#09281F
5#08211A
6#061B15
7#051410
8#030D0A
9#020705
Tints
Lighter variations
1#17654F
2#1F886A
3#27AB86
4#2FCEA1
5#50D7B1
6#73DFC1
7#96E7D0
8#B9EFE0
9#DCF7EF
Tones
Muted variations
1#124033
2#143D32
3#173B31
4#19382F
5#1C362E
6#1F332D
7#21312C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F2;
--charcoal-200: #C9F3E7;
--charcoal-300: #9FE9D4;
--charcoal-400: #6EDEBE;
--charcoal-500: #44D5AC;
--charcoal-600: #2AB78F;
--charcoal-700: #219172;
--charcoal-800: #186851;
--charcoal-900: #0F4334;
--charcoal-950: #092A20;
}