Charcoal
#114036
CyanColor Codes
All color formats for development
HEX
#114036RGB
rgb(17, 64, 54)HSL
hsl(167, 58%, 16%)OKLCH
oklch(0.337 0.053 176)CMYK
cmyk(73%, 0%, 16%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A31
2#0E342B
3#0C2D26
4#0A2721
5#09201B
6#071A16
7#051310
8#030D0B
9#020605
Tints
Lighter variations
1#1A6253
2#23846F
3#2CA68C
4#35C8A8
5#56D2B7
6#78DBC5
7#99E4D4
8#BBEDE2
9#DDF6F1
Tones
Muted variations
1#143E35
2#163C34
3#183932
4#1B3731
5#1D3530
6#1F322E
7#22302D
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114036 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F3;
--charcoal-200: #CBF1E9;
--charcoal-300: #A2E6D8;
--charcoal-400: #72DAC3;
--charcoal-500: #4ACFB2;
--charcoal-600: #2FB195;
--charcoal-700: #258D77;
--charcoal-800: #1B6555;
--charcoal-900: #114036;
--charcoal-950: #0B2822;
}