Charcoal
#0B4638
CyanColor Codes
All color formats for development
HEX
#0B4638RGB
rgb(11, 70, 56)HSL
hsl(166, 73%, 16%)OKLCH
oklch(0.354 0.063 172.5)CMYK
cmyk(84%, 0%, 20%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4033
2#09382D
3#083128
4#072A22
5#06231C
6#041C17
7#031511
8#020E0B
9#010706
Tints
Lighter variations
1#116C56
2#179174
3#1CB692
4#22DBB0
5#46E2BE
6#6BE8CB
7#90EED8
8#B5F3E5
9#DAF9F2
Tones
Muted variations
1#0E4437
2#114136
3#143E34
4#173B32
5#1A3831
6#1D352F
7#20322E
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF4;
--charcoal-200: #C6F6EB;
--charcoal-300: #9AEFDB;
--charcoal-400: #65E7C8;
--charcoal-500: #38E0B9;
--charcoal-600: #1EC29C;
--charcoal-700: #189A7C;
--charcoal-800: #116E59;
--charcoal-900: #0B4739;
--charcoal-950: #072C23;
}