Charcoal
#084946
CyanColor Codes
All color formats for development
HEX
#084946RGB
rgb(8, 73, 70)HSL
hsl(177, 80%, 16%)OKLCH
oklch(0.367 0.06 190)CMYK
cmyk(89%, 0%, 4%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07423F
2#073B38
3#063331
4#052C2A
5#042523
6#031D1C
7#021615
8#020F0E
9#010707
Tints
Lighter variations
1#0C706B
2#119790
3#15BDB5
4#19E4DA
5#3EEAE1
6#65EEE7
7#8BF2ED
8#B2F6F3
9#D8FBF9
Tones
Muted variations
1#0B4643
2#0F4340
3#12403D
4#153C3A
5#183937
6#1C3635
7#1F3332
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 #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFA;
--charcoal-200: #C3F8F6;
--charcoal-300: #95F3EF;
--charcoal-400: #5EEDE6;
--charcoal-500: #30E8DF;
--charcoal-600: #16CAC1;
--charcoal-700: #12A19A;
--charcoal-800: #0D736E;
--charcoal-900: #084946;
--charcoal-950: #052E2C;
}