Charcoal
#232A2F
BlueColor Codes
All color formats for development
HEX
#232A2FRGB
rgb(35, 42, 47)HSL
hsl(205, 15%, 16%)OKLCH
oklch(0.28 0.014 239.1)CMYK
cmyk(26%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F262A
2#1C2126
3#181D21
4#15191C
5#111517
6#0E1113
7#0A0D0E
8#070809
9#030405
Tints
Lighter variations
1#354048
2#475660
3#596C79
4#6C8291
5#8497A4
6#9CABB6
7#B5C0C8
8#CED5DB
9#E6EAED
Tones
Muted variations
1#232A2E
2#242A2E
3#252A2D
4#25292C
5#26292C
6#26292B
7#27292B
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8F #7B8F9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F73 #5F7381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5B #4C5B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #364149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BCC6CD;
--charcoal-400: #98A8B3;
--charcoal-500: #7B8F9D;
--charcoal-600: #5F7381;
--charcoal-700: #4C5B67;
--charcoal-800: #364149;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}