Charcoal
#113940
CyanColor Codes
All color formats for development
HEX
#113940RGB
rgb(17, 57, 64)HSL
hsl(189, 58%, 16%)OKLCH
oklch(0.32 0.045 211.1)CMYK
cmyk(73%, 11%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F343A
2#0E2E34
3#0C282D
4#0A2227
5#091D20
6#07171A
7#051113
8#030B0D
9#020606
Tints
Lighter variations
1#1A5762
2#237684
3#2C94A6
4#35B2C8
5#56BFD2
6#78CCDB
7#99D9E4
8#BBE6ED
9#DDF2F6
Tones
Muted variations
1#14383E
2#16363C
3#183439
4#1B3337
5#1D3135
6#1F2F32
7#222E30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DC #A2DCE6 | BordersInactive statesPlaceholder text |
| 400 | 72CA #72CADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABB #4ABBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9E #2F9EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257D #257D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CBEBF1;
--charcoal-300: #A2DCE6;
--charcoal-400: #72CADA;
--charcoal-500: #4ABBCF;
--charcoal-600: #2F9EB1;
--charcoal-700: #257D8D;
--charcoal-800: #1B5A65;
--charcoal-900: #113940;
--charcoal-950: #0B2428;
}