Charcoal
#0F4343
CyanColor Codes
All color formats for development
HEX
#0F4343RGB
rgb(15, 67, 67)HSL
hsl(180, 63%, 16%)OKLCH
oklch(0.35 0.053 195)CMYK
cmyk(78%, 0%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C3C
2#0C3535
3#0B2F2F
4#092828
5#082121
6#061B1B
7#051414
8#030D0D
9#020707
Tints
Lighter variations
1#176565
2#1F8888
3#27ABAB
4#2FCECE
5#50D7D7
6#73DFDF
7#96E7E7
8#B9EFEF
9#DCF7F7
Tones
Muted variations
1#124040
2#143D3D
3#173B3B
4#193838
5#1C3636
6#1F3333
7#213131
8#242E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFC;
--charcoal-100: #E2F8F8;
--charcoal-200: #C9F3F3;
--charcoal-300: #9FE9E9;
--charcoal-400: #6EDEDE;
--charcoal-500: #44D5D5;
--charcoal-600: #2AB7B7;
--charcoal-700: #219191;
--charcoal-800: #186868;
--charcoal-900: #0F4343;
--charcoal-950: #092A2A;
}