Charcoal
#203960
BlueColor Codes
All color formats for development
HEX
#203960RGB
rgb(32, 57, 96)HSL
hsl(217, 50%, 25%)OKLCH
oklch(0.345 0.075 259)CMYK
cmyk(67%, 41%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3356
2#192D4D
3#162743
4#132239
5#101C30
6#0D1726
7#0A111D
8#060B13
9#03060A
Tints
Lighter variations
1#29497C
2#335A99
3#3D6BB6
4#537FC6
5#7094CF
6#8CAAD9
7#A9BFE2
8#C6D4EC
9#E2EAF5
Tones
Muted variations
1#23395C
2#263A59
3#293B56
4#2D3B53
5#303C50
6#333D4D
7#363E49
8#393E46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799B #799BD2 | Disabled statesSecondary iconsMuted text |
| 500 | 537F #537FC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3863 #3863A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4F #2D4F86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2038 #203860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CDDAEE;
--charcoal-300: #A7BEE2;
--charcoal-400: #799BD2;
--charcoal-500: #537FC6;
--charcoal-600: #3863A8;
--charcoal-700: #2D4F86;
--charcoal-800: #203860;
--charcoal-900: #14243D;
--charcoal-950: #0D1726;
}