Charcoal
#0F4336
CyanColor Codes
All color formats for development
HEX
#0F4336RGB
rgb(15, 67, 54)HSL
hsl(165, 63%, 16%)OKLCH
oklch(0.345 0.058 172.5)CMYK
cmyk(78%, 0%, 19%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C30
2#0C352B
3#0B2F26
4#092820
5#08211B
6#061B15
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#176552
2#1F886E
3#27AB8A
4#2FCEA6
5#50D7B6
6#73DFC4
7#96E7D3
8#B9EFE2
9#DCF7F0
Tones
Muted variations
1#124034
2#143D33
3#173B32
4#193831
5#1C362F
6#1F332E
7#21312D
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F3;
--charcoal-200: #C9F3E8;
--charcoal-300: #9FE9D7;
--charcoal-400: #6EDEC2;
--charcoal-500: #44D5B0;
--charcoal-600: #2AB794;
--charcoal-700: #219175;
--charcoal-800: #186854;
--charcoal-900: #0F4336;
--charcoal-950: #092A22;
}