Charcoal
#0F4338
CyanColor Codes
All color formats for development
HEX
#0F4338RGB
rgb(15, 67, 56)HSL
hsl(167, 63%, 16%)OKLCH
oklch(0.346 0.057 175.5)CMYK
cmyk(78%, 0%, 16%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C32
2#0C352C
3#0B2F27
4#092821
5#08211C
6#061B16
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#176554
2#1F8871
3#27AB8F
4#2FCEAC
5#50D7BA
6#73DFC8
7#96E7D6
8#B9EFE3
9#DCF7F1
Tones
Muted variations
1#124036
2#143D34
3#173B33
4#193832
5#1C3630
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 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #9FE9D9;
--charcoal-400: #6EDEC6;
--charcoal-500: #44D5B5;
--charcoal-600: #2AB798;
--charcoal-700: #219179;
--charcoal-800: #186857;
--charcoal-900: #0F4337;
--charcoal-950: #092A23;
}