Charcoal
#232D2F
CyanColor Codes
All color formats for development
HEX
#232D2FRGB
rgb(35, 45, 47)HSL
hsl(190, 15%, 16%)OKLCH
oklch(0.289 0.014 211.1)CMYK
cmyk(26%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F282A
2#1C2426
3#181F21
4#151B1C
5#111617
6#0E1213
7#0A0D0E
8#070909
9#030405
Tints
Lighter variations
1#354448
2#475C60
3#597479
4#6C8B91
5#849FA4
6#9CB2B6
7#B5C5C8
8#CED8DB
9#E6ECED
Tones
Muted variations
1#232C2E
2#242C2E
3#252C2D
4#252B2C
5#262B2C
6#262A2B
7#272A2B
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 98AF #98AFB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B98 #7B989D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7B #5F7B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C62 #4C6267 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #364649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BCCACD;
--charcoal-400: #98AFB3;
--charcoal-500: #7B989D;
--charcoal-600: #5F7B81;
--charcoal-700: #4C6267;
--charcoal-800: #364649;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}