Charcoal
#0F4331
GreenColor Codes
All color formats for development
HEX
#0F4331RGB
rgb(15, 67, 49)HSL
hsl(159, 63%, 16%)OKLCH
oklch(0.344 0.063 165.6)CMYK
cmyk(78%, 0%, 27%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C2C
2#0C3527
3#0B2F22
4#09281D
5#082118
6#061B13
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#17654A
2#1F8863
3#27AB7D
4#2FCE96
5#50D7A8
6#73DFBA
7#96E7CB
8#B9EFDC
9#DCF7EE
Tones
Muted variations
1#124030
2#143D2F
3#173B2E
4#19382D
5#1C362D
6#1F332C
7#21312B
8#242E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F1;
--charcoal-200: #C9F3E4;
--charcoal-300: #9FE9CF;
--charcoal-400: #6EDEB7;
--charcoal-500: #44D5A2;
--charcoal-600: #2AB785;
--charcoal-700: #21916A;
--charcoal-800: #18684C;
--charcoal-900: #0F4331;
--charcoal-950: #092A1E;
}