Charcoal
#18373A
CyanColor Codes
All color formats for development
HEX
#18373ARGB
rgb(24, 55, 58)HSL
hsl(185, 41%, 16%)OKLCH
oklch(0.315 0.037 203.8)CMYK
cmyk(59%, 5%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163134
2#132C2E
3#112628
4#0E2123
5#0C1B1D
6#0A1617
7#071011
8#050B0C
9#020506
Tints
Lighter variations
1#255358
2#317076
3#3E8D94
4#4BAAB2
5#68B8C0
6#86C7CC
7#A4D5D9
8#C3E3E6
9#E1F1F2
Tones
Muted variations
1#1A3538
2#1B3436
3#1D3335
4#1F3133
5#203031
6#222E2F
7#242D2E
8#252C2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C4 #81C4CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB3 #5DB3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4297 #42979E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3578 #35787E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D0E9EB;
--charcoal-300: #ACD8DC;
--charcoal-400: #81C4CA;
--charcoal-500: #5DB3BB;
--charcoal-600: #42979E;
--charcoal-700: #35787E;
--charcoal-800: #26565A;
--charcoal-900: #18373A;
--charcoal-950: #0F2224;
}