Charcoal
#0F4340
CyanColor Codes
All color formats for development
HEX
#0F4340RGB
rgb(15, 67, 64)HSL
hsl(177, 63%, 16%)OKLCH
oklch(0.349 0.053 189.4)CMYK
cmyk(78%, 0%, 4%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C3A
2#0C3533
3#0B2F2D
4#092826
5#082120
6#061B1A
7#051413
8#030D0D
9#020706
Tints
Lighter variations
1#176561
2#1F8883
3#27ABA5
4#2FCEC6
5#50D7D1
6#73DFDA
7#96E7E3
8#B9EFEC
9#DCF7F6
Tones
Muted variations
1#12403E
2#143D3B
3#173B39
4#193837
5#1C3634
6#1F3332
7#213130
8#242E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F7;
--charcoal-200: #C9F3F1;
--charcoal-300: #9FE9E6;
--charcoal-400: #6EDED8;
--charcoal-500: #44D5CD;
--charcoal-600: #2AB7B0;
--charcoal-700: #21918C;
--charcoal-800: #186864;
--charcoal-900: #0F4340;
--charcoal-950: #092A28;
}