Charcoal
#202C32
BlueColor Codes
All color formats for development
HEX
#202C32RGB
rgb(32, 44, 50)HSL
hsl(200, 22%, 16%)OKLCH
oklch(0.285 0.02 229.9)CMYK
cmyk(36%, 12%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D272D
2#192328
3#161F23
4#131A1E
5#101619
6#0D1214
7#0A0D0F
8#06090A
9#030405
Tints
Lighter variations
1#31434C
2#415A66
3#527180
4#63889A
5#7C9CAB
6#96B0BC
7#B1C3CD
8#CBD7DE
9#E5EBEE
Tones
Muted variations
1#212B31
2#222B30
3#232B2F
4#232B2E
5#242A2D
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 | B7C9 #B7C9D1 | BordersInactive statesPlaceholder text |
| 400 | 92AC #92ACB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7395 #7395A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5878 #587889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4660 #46606D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C32 | 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: #B7C9D1;
--charcoal-400: #92ACB9;
--charcoal-500: #7395A5;
--charcoal-600: #587889;
--charcoal-700: #46606D;
--charcoal-800: #32444E;
--charcoal-900: #202C32;
--charcoal-950: #141B1F;
}