Charcoal
#202432
BlueColor Codes
All color formats for development
HEX
#202432RGB
rgb(32, 36, 50)HSL
hsl(227, 22%, 16%)OKLCH
oklch(0.263 0.027 272.1)CMYK
cmyk(36%, 28%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D202D
2#191D28
3#161923
4#13151E
5#101219
6#0D0E14
7#0A0B0F
8#06070A
9#030405
Tints
Lighter variations
1#31364C
2#414966
3#525C80
4#636F9A
5#7C87AB
6#969FBC
7#B1B7CD
8#CBCFDE
9#E5E7EE
Tones
Muted variations
1#212431
2#222530
3#23252F
4#23262E
5#24262D
6#25272C
7#26272B
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737E #737EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5862 #586289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464E #464E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B7BDD1;
--charcoal-400: #929BB9;
--charcoal-500: #737EA5;
--charcoal-600: #586289;
--charcoal-700: #464E6D;
--charcoal-800: #32384E;
--charcoal-900: #202432;
--charcoal-950: #14161F;
}