Charcoal
#0A4835
GreenColor Codes
All color formats for development
HEX
#0A4835RGB
rgb(10, 72, 53)HSL
hsl(162, 76%, 16%)OKLCH
oklch(0.359 0.069 166.9)CMYK
cmyk(86%, 0%, 26%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094130
2#08392B
3#073225
4#062B20
5#05241B
6#041D15
7#031610
8#020E0B
9#010705
Tints
Lighter variations
1#0F6E51
2#14936D
3#19B989
4#1EDFA5
5#43E5B4
6#68EAC3
7#8EF0D2
8#B4F5E1
9#D9FAF0
Tones
Muted variations
1#0D4534
2#104233
3#133F31
4#163B30
5#19382F
6#1C352E
7#1F322D
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF3;
--charcoal-200: #C5F7E8;
--charcoal-300: #98F1D6;
--charcoal-400: #62EAC1;
--charcoal-500: #35E3AF;
--charcoal-600: #1BC592;
--charcoal-700: #159D74;
--charcoal-800: #0F7053;
--charcoal-900: #0A4835;
--charcoal-950: #062D21;
}