Charcoal
#084942
CyanColor Codes
All color formats for development
HEX
#084942RGB
rgb(8, 73, 66)HSL
hsl(174, 80%, 16%)OKLCH
oklch(0.366 0.062 183.6)CMYK
cmyk(89%, 0%, 10%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07423C
2#073B36
3#06332F
4#052C28
5#042521
6#031D1B
7#021614
8#020F0D
9#010707
Tints
Lighter variations
1#0C7066
2#119789
3#15BDAC
4#19E4CF
5#3EEAD8
6#65EEE0
7#8BF2E8
8#B2F6F0
9#D8FBF7
Tones
Muted variations
1#0B4640
2#0F433E
3#12403B
4#153C38
5#183936
6#1C3633
7#1F3331
8#222F2E
9#262C2B
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 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | 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: #C3F8F3;
--charcoal-300: #95F3EA;
--charcoal-400: #5EEDDF;
--charcoal-500: #30E8D6;
--charcoal-600: #16CAB8;
--charcoal-700: #12A192;
--charcoal-800: #0D7369;
--charcoal-900: #084943;
--charcoal-950: #052E2A;
}