Charcoal
#0F4332
GreenColor Codes
All color formats for development
HEX
#0F4332RGB
rgb(15, 67, 50)HSL
hsl(160, 63%, 16%)OKLCH
oklch(0.344 0.062 166.9)CMYK
cmyk(78%, 0%, 25%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C2C
2#0C3527
3#0B2F23
4#09281E
5#082119
6#061B14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#17654B
2#1F8865
3#27AB7F
4#2FCE99
5#50D7AA
6#73DFBB
7#96E7CC
8#B9EFDD
9#DCF7EE
Tones
Muted variations
1#124031
2#143D30
3#173B2F
4#19382E
5#1C362D
6#1F332C
7#21312B
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 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F1;
--charcoal-200: #C9F3E5;
--charcoal-300: #9FE9D1;
--charcoal-400: #6EDEB8;
--charcoal-500: #44D5A4;
--charcoal-600: #2AB788;
--charcoal-700: #21916C;
--charcoal-800: #18684D;
--charcoal-900: #0F4331;
--charcoal-950: #092A1F;
}