Charcoal
#084949
CyanColor Codes
All color formats for development
HEX
#084949RGB
rgb(8, 73, 73)HSL
hsl(180, 80%, 16%)OKLCH
oklch(0.369 0.06 194.9)CMYK
cmyk(89%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074242
2#073B3B
3#063333
4#052C2C
5#042525
6#031D1D
7#021616
8#020F0F
9#010707
Tints
Lighter variations
1#0C7070
2#119797
3#15BDBD
4#19E4E4
5#3EEAEA
6#65EEEE
7#8BF2F2
8#B2F6F6
9#D8FBFB
Tones
Muted variations
1#0B4646
2#0F4343
3#124040
4#153C3C
5#183939
6#1C3636
7#1F3333
8#222F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFB;
--charcoal-200: #C3F8F8;
--charcoal-300: #95F3F3;
--charcoal-400: #5EEDED;
--charcoal-500: #30E8E8;
--charcoal-600: #16CACA;
--charcoal-700: #12A1A1;
--charcoal-800: #0D7373;
--charcoal-900: #084949;
--charcoal-950: #052E2E;
}