Charcoal
#232B2E
BlueColor Codes
All color formats for development
HEX
#232B2ERGB
rgb(35, 43, 46)HSL
hsl(196, 14%, 16%)OKLCH
oklch(0.283 0.012 222.5)CMYK
cmyk(24%, 7%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20272A
2#1C2325
3#191E21
4#151A1C
5#121617
6#0E1113
7#0B0D0E
8#070909
9#040405
Tints
Lighter variations
1#364247
2#48595F
3#5A7078
4#6D8790
5#859BA3
6#9DAFB5
7#B6C3C8
8#CED7DA
9#E7EBED
Tones
Muted variations
1#242B2E
2#242B2D
3#252B2D
4#252A2C
5#262A2C
6#272A2B
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 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 99AC #99ACB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C94 #7C949C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6078 #607880 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5F #4D5F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | 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: #EBEEF0;
--charcoal-200: #D9E0E2;
--charcoal-300: #BCC8CD;
--charcoal-400: #99ACB2;
--charcoal-500: #7C949C;
--charcoal-600: #607880;
--charcoal-700: #4D5F66;
--charcoal-800: #374449;
--charcoal-900: #232B2F;
--charcoal-950: #161B1D;
}