Charcoal
#084948
CyanColor Codes
All color formats for development
HEX
#084948RGB
rgb(8, 73, 72)HSL
hsl(179, 80%, 16%)OKLCH
oklch(0.368 0.06 193.2)CMYK
cmyk(89%, 0%, 1%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074241
2#073B3A
3#063333
4#052C2B
5#042524
6#031D1D
7#021616
8#020F0E
9#010707
Tints
Lighter variations
1#0C706E
2#119794
3#15BDBA
4#19E4E0
5#3EEAE7
6#65EEEC
7#8BF2F0
8#B2F6F5
9#D8FBFA
Tones
Muted variations
1#0B4645
2#0F4342
3#12403F
4#153C3C
5#183939
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 #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | 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: #DFFBFB;
--charcoal-200: #C3F8F7;
--charcoal-300: #95F3F2;
--charcoal-400: #5EEDEB;
--charcoal-500: #30E8E5;
--charcoal-600: #16CAC7;
--charcoal-700: #12A19E;
--charcoal-800: #0D7371;
--charcoal-900: #084948;
--charcoal-950: #052E2D;
}