Charcoal
#0F4337
CyanColor Codes
All color formats for development
HEX
#0F4337RGB
rgb(15, 67, 55)HSL
hsl(166, 63%, 16%)OKLCH
oklch(0.346 0.058 174)CMYK
cmyk(78%, 0%, 18%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C31
2#0C352C
3#0B2F26
4#092821
5#08211B
6#061B16
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#176553
2#1F8870
3#27AB8C
4#2FCEA9
5#50D7B8
6#73DFC6
7#96E7D4
8#B9EFE3
9#DCF7F1
Tones
Muted variations
1#124035
2#143D34
3#173B32
4#193831
5#1C3630
6#1F332E
7#21312D
8#242E2C
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 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #C9F3E9;
--charcoal-300: #9FE9D8;
--charcoal-400: #6EDEC4;
--charcoal-500: #44D5B3;
--charcoal-600: #2AB796;
--charcoal-700: #219177;
--charcoal-800: #186855;
--charcoal-900: #0F4337;
--charcoal-950: #092A22;
}