Charcoal
#084A3A
CyanColor Codes
All color formats for development
HEX
#084A3ARGB
rgb(8, 74, 58)HSL
hsl(165, 80%, 16%)OKLCH
oklch(0.366 0.068 171.2)CMYK
cmyk(89%, 0%, 22%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074233
2#073B2E
3#063328
4#052C22
5#04251D
6#031D17
7#021611
8#020F0B
9#010706
Tints
Lighter variations
1#0C7057
2#119775
3#15BD93
4#19E4B1
5#3EEABF
6#65EECC
7#8BF2D8
8#B2F6E5
9#D8FBF2
Tones
Muted variations
1#0B4637
2#0F4336
3#124034
4#153C33
5#183931
6#1C362F
7#1F332E
8#222F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF4;
--charcoal-200: #C3F8EB;
--charcoal-300: #95F3DC;
--charcoal-400: #5EEDC9;
--charcoal-500: #30E8BA;
--charcoal-600: #16CA9D;
--charcoal-700: #12A17D;
--charcoal-800: #0D7359;
--charcoal-900: #084939;
--charcoal-950: #052E24;
}