Charcoal
#084947
CyanColor Codes
All color formats for development
HEX
#084947RGB
rgb(8, 73, 71)HSL
hsl(178, 80%, 16%)OKLCH
oklch(0.368 0.06 191.6)CMYK
cmyk(89%, 0%, 3%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074240
2#073B39
3#063332
4#052C2B
5#042524
6#031D1D
7#021615
8#020F0E
9#010707
Tints
Lighter variations
1#0C706D
2#119792
3#15BDB8
4#19E4DD
5#3EEAE4
6#65EEE9
7#8BF2EF
8#B2F6F4
9#D8FBFA
Tones
Muted variations
1#0B4644
2#0F4341
3#12403E
4#153C3B
5#183938
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFA;
--charcoal-200: #C3F8F7;
--charcoal-300: #95F3F0;
--charcoal-400: #5EEDE8;
--charcoal-500: #30E8E2;
--charcoal-600: #16CAC4;
--charcoal-700: #12A19C;
--charcoal-800: #0D736F;
--charcoal-900: #084947;
--charcoal-950: #052E2D;
}