Charcoal
#0F4339
CyanColor Codes
All color formats for development
HEX
#0F4339RGB
rgb(15, 67, 57)HSL
hsl(168, 63%, 16%)OKLCH
oklch(0.346 0.056 177.1)CMYK
cmyk(78%, 0%, 15%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C33
2#0C352D
3#0B2F27
4#092822
5#08211C
6#061B16
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#176556
2#1F8873
3#27AB91
4#2FCEAE
5#50D7BC
6#73DFCA
7#96E7D7
8#B9EFE4
9#DCF7F2
Tones
Muted variations
1#124037
2#143D35
3#173B34
4#193832
5#1C3631
6#1F332F
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F4;
--charcoal-200: #C9F3EA;
--charcoal-300: #9FE9DB;
--charcoal-400: #6EDEC7;
--charcoal-500: #44D5B8;
--charcoal-600: #2AB79B;
--charcoal-700: #21917B;
--charcoal-800: #186858;
--charcoal-900: #0F4338;
--charcoal-950: #092A23;
}