Charcoal
#0F433A
CyanColor Codes
All color formats for development
HEX
#0F433ARGB
rgb(15, 67, 58)HSL
hsl(170, 63%, 16%)OKLCH
oklch(0.347 0.056 178.8)CMYK
cmyk(78%, 0%, 13%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C34
2#0C352E
3#0B2F29
4#092823
5#08211D
6#061B17
7#051411
8#030D0C
9#020706
Tints
Lighter variations
1#176558
2#1F8877
3#27AB95
4#2FCEB4
5#50D7C1
6#73DFCD
7#96E7DA
8#B9EFE6
9#DCF7F3
Tones
Muted variations
1#124038
2#143D37
3#173B35
4#193833
5#1C3631
6#1F3330
7#21312E
8#242E2C
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F5;
--charcoal-200: #C9F3EC;
--charcoal-300: #9FE9DD;
--charcoal-400: #6EDECB;
--charcoal-500: #44D5BC;
--charcoal-600: #2AB79F;
--charcoal-700: #21917F;
--charcoal-800: #18685B;
--charcoal-900: #0F433A;
--charcoal-950: #092A24;
}