Charcoal
#0F4333
GreenColor Codes
All color formats for development
HEX
#0F4333RGB
rgb(15, 67, 51)HSL
hsl(162, 63%, 16%)OKLCH
oklch(0.344 0.061 168.2)CMYK
cmyk(78%, 0%, 24%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C2E
2#0C3529
3#0B2F24
4#09281F
5#08211A
6#061B14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#17654E
2#1F8869
3#27AB84
4#2FCE9E
5#50D7AF
6#73DFBF
7#96E7CF
8#B9EFDF
9#DCF7EF
Tones
Muted variations
1#124032
2#143D31
3#173B30
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 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4333 | 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: #C9F3E6;
--charcoal-300: #9FE9D3;
--charcoal-400: #6EDEBC;
--charcoal-500: #44D5A9;
--charcoal-600: #2AB78C;
--charcoal-700: #219170;
--charcoal-800: #186850;
--charcoal-900: #0F4333;
--charcoal-950: #092A20;
}