Charcoal
#104136
CyanColor Codes
All color formats for development
HEX
#104136RGB
rgb(16, 65, 54)HSL
hsl(167, 60%, 16%)OKLCH
oklch(0.339 0.055 174.8)CMYK
cmyk(75%, 0%, 17%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B31
2#0D342C
3#0B2E26
4#0A2721
5#08211B
6#071A16
7#051410
8#030D0B
9#020705
Tints
Lighter variations
1#196453
2#218670
3#2AA88D
4#33CAA9
5#54D4B8
6#76DDC6
7#98E5D5
8#BAEEE3
9#DDF6F1
Tones
Muted variations
1#133F35
2#153C34
3#183A33
4#1A3731
5#1D3530
6#1F332E
7#21302D
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB496 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F3;
--charcoal-200: #CAF2E9;
--charcoal-300: #A1E8D8;
--charcoal-400: #70DBC4;
--charcoal-500: #47D1B3;
--charcoal-600: #2DB496;
--charcoal-700: #248F78;
--charcoal-800: #1A6655;
--charcoal-900: #104137;
--charcoal-950: #0A2922;
}