Charcoal
#084A35
GreenColor Codes
All color formats for development
HEX
#084A35RGB
rgb(8, 74, 53)HSL
hsl(161, 80%, 16%)OKLCH
oklch(0.365 0.072 165.5)CMYK
cmyk(89%, 0%, 28%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07422F
2#073B2A
3#063325
4#052C20
5#04251A
6#031D15
7#021610
8#020F0B
9#010705
Tints
Lighter variations
1#0C7050
2#11976C
3#15BD88
4#19E4A4
5#3EEAB3
6#65EEC2
7#8BF2D2
8#B2F6E1
9#D8FBF0
Tones
Muted variations
1#0B4634
2#0F4332
3#124031
4#153C30
5#18392F
6#1C362E
7#1F332C
8#222F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF2;
--charcoal-200: #C3F8E8;
--charcoal-300: #95F3D6;
--charcoal-400: #5EEDC0;
--charcoal-500: #30E8AE;
--charcoal-600: #16CA91;
--charcoal-700: #12A173;
--charcoal-800: #0D7352;
--charcoal-900: #084935;
--charcoal-950: #052E21;
}