Charcoal
#084944
CyanColor Codes
All color formats for development
HEX
#084944RGB
rgb(8, 73, 68)HSL
hsl(175, 80%, 16%)OKLCH
oklch(0.367 0.061 186.7)CMYK
cmyk(89%, 0%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07423D
2#073B36
3#063330
4#052C29
5#042522
6#031D1B
7#021614
8#020F0E
9#010707
Tints
Lighter variations
1#0C7068
2#11978B
3#15BDAF
4#19E4D3
5#3EEADB
6#65EEE2
7#8BF2EA
8#B2F6F1
9#D8FBF8
Tones
Muted variations
1#0B4641
2#0F433F
3#12403C
4#153C39
5#183936
6#1C3634
7#1F3331
8#222F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFC;
--charcoal-100: #DFFBF9;
--charcoal-200: #C3F8F4;
--charcoal-300: #95F3EB;
--charcoal-400: #5EEDE1;
--charcoal-500: #30E8D9;
--charcoal-600: #16CABB;
--charcoal-700: #12A195;
--charcoal-800: #0D736A;
--charcoal-900: #084944;
--charcoal-950: #052E2A;
}