Charcoal
#202B31
BlueColor Codes
All color formats for development
HEX
#202B31RGB
rgb(32, 43, 49)HSL
hsl(201, 21%, 16%)OKLCH
oklch(0.281 0.019 232.1)CMYK
cmyk(35%, 12%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D272C
2#1A2327
3#171E23
4#131A1E
5#101619
6#0D1114
7#0A0D0F
8#06090A
9#030405
Tints
Lighter variations
1#31424B
2#425965
3#53707F
4#648699
5#7D9BAA
6#97AFBB
7#B1C3CC
8#CBD7DD
9#E5EBEE
Tones
Muted variations
1#212B31
2#222B30
3#232B2F
4#242A2E
5#252A2D
6#252A2C
7#262A2B
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C8 #B8C8D1 | BordersInactive statesPlaceholder text |
| 400 | 93AB #93ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7493 #7493A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5977 #597788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7E0E5;
--charcoal-300: #B8C8D1;
--charcoal-400: #93ABB8;
--charcoal-500: #7493A4;
--charcoal-600: #597788;
--charcoal-700: #475F6C;
--charcoal-800: #32444D;
--charcoal-900: #202B31;
--charcoal-950: #141B1F;
}