Charcoal
#0F431F
GreenColor Codes
All color formats for development
HEX
#0F431FRGB
rgb(15, 67, 31)HSL
hsl(138, 63%, 16%)OKLCH
oklch(0.339 0.082 149.6)CMYK
cmyk(78%, 0%, 54%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1B
2#0C3518
3#0B2F15
4#092812
5#08210F
6#061B0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#17652F
2#1F883F
3#27AB4F
4#2FCE5F
5#50D779
6#73DF94
7#96E7AF
8#B9EFC9
9#DCF7E4
Tones
Muted variations
1#124020
2#143D21
3#173B22
4#193823
5#1C3624
6#1F3325
7#213126
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8F | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB754 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219143 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186830 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E9;
--charcoal-200: #C9F3D5;
--charcoal-300: #9FE9B6;
--charcoal-400: #6EDE8F;
--charcoal-500: #44D56F;
--charcoal-600: #2AB754;
--charcoal-700: #219143;
--charcoal-800: #186830;
--charcoal-900: #0F431F;
--charcoal-950: #092A13;
}