Charcoal
#0B4738
CyanColor Codes
All color formats for development
HEX
#0B4738RGB
rgb(11, 71, 56)HSL
hsl(165, 73%, 16%)OKLCH
oklch(0.357 0.064 171.4)CMYK
cmyk(85%, 0%, 21%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4032
2#09382D
3#083127
4#072A21
5#06231C
6#041C16
7#031511
8#020E0B
9#010706
Tints
Lighter variations
1#116C55
2#179172
3#1CB68F
4#22DBAD
5#46E2BB
6#6BE8C9
7#90EED6
8#B5F3E4
9#DAF9F1
Tones
Muted variations
1#0E4436
2#114135
3#143E33
4#173B32
5#1A3830
6#1D352F
7#20322D
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 #C6F6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4738 | 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: #C6F6EA;
--charcoal-300: #9AEFDA;
--charcoal-400: #65E7C6;
--charcoal-500: #38E0B6;
--charcoal-600: #1EC299;
--charcoal-700: #189A7A;
--charcoal-800: #116E57;
--charcoal-900: #0B4738;
--charcoal-950: #072C23;
}