Charcoal
#232C2F
BlueColor Codes
All color formats for development
HEX
#232C2FRGB
rgb(35, 44, 47)HSL
hsl(195, 15%, 16%)OKLCH
oklch(0.286 0.014 220)CMYK
cmyk(26%, 6%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F272A
2#1C2326
3#181F21
4#151A1C
5#111617
6#0E1213
7#0A0D0E
8#070909
9#030405
Tints
Lighter variations
1#354348
2#475A60
3#597179
4#6C8891
5#849CA4
6#9CB0B6
7#B5C4C8
8#CED7DB
9#E6EBED
Tones
Muted variations
1#232C2E
2#242B2E
3#252B2D
4#252B2C
5#262A2C
6#262A2B
7#272A2B
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 98AC #98ACB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B95 #7B959D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F79 #5F7981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C60 #4C6067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9E0E3;
--charcoal-300: #BCC9CD;
--charcoal-400: #98ACB3;
--charcoal-500: #7B959D;
--charcoal-600: #5F7981;
--charcoal-700: #4C6067;
--charcoal-800: #364549;
--charcoal-900: #232C2F;
--charcoal-950: #161B1D;
}