Charcoal
#084945
CyanColor Codes
All color formats for development
HEX
#084945RGB
rgb(8, 73, 69)HSL
hsl(176, 80%, 16%)OKLCH
oklch(0.367 0.06 188.3)CMYK
cmyk(89%, 0%, 5%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07423E
2#073B37
3#063330
4#052C29
5#042523
6#031D1C
7#021615
8#020F0E
9#010707
Tints
Lighter variations
1#0C7069
2#11978E
3#15BDB2
4#19E4D6
5#3EEADE
6#65EEE5
7#8BF2EB
8#B2F6F2
9#D8FBF8
Tones
Muted variations
1#0B4642
2#0F433F
3#12403D
4#153C3A
5#183937
6#1C3634
7#1F3331
8#222F2E
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 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFA;
--charcoal-200: #C3F8F5;
--charcoal-300: #95F3ED;
--charcoal-400: #5EEDE4;
--charcoal-500: #30E8DC;
--charcoal-600: #16CABE;
--charcoal-700: #12A197;
--charcoal-800: #0D736C;
--charcoal-900: #084945;
--charcoal-950: #052E2B;
}