Charcoal
#0F4341
CyanColor Codes
All color formats for development
HEX
#0F4341RGB
rgb(15, 67, 65)HSL
hsl(178, 63%, 16%)OKLCH
oklch(0.349 0.053 191.2)CMYK
cmyk(78%, 0%, 3%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C3A
2#0C3534
3#0B2F2D
4#092827
5#082120
6#061B1A
7#051413
8#030D0D
9#020706
Tints
Lighter variations
1#176563
2#1F8885
3#27ABA7
4#2FCEC9
5#50D7D3
6#73DFDC
7#96E7E5
8#B9EFED
9#DCF7F6
Tones
Muted variations
1#12403E
2#143D3C
3#173B3A
4#193837
5#1C3635
6#1F3332
7#213130
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 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | 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: #E2F8F8;
--charcoal-200: #C9F3F1;
--charcoal-300: #9FE9E7;
--charcoal-400: #6EDEDA;
--charcoal-500: #44D5D0;
--charcoal-600: #2AB7B2;
--charcoal-700: #21918E;
--charcoal-800: #186865;
--charcoal-900: #0F4341;
--charcoal-950: #092A28;
}