Charcoal
#202860
BlueColor Codes
All color formats for development
HEX
#202860RGB
rgb(32, 40, 96)HSL
hsl(233, 50%, 25%)OKLCH
oklch(0.305 0.099 273)CMYK
cmyk(67%, 58%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2356
2#191F4D
3#161C43
4#131839
5#101430
6#0D1026
7#0A0C1D
8#060813
9#03040A
Tints
Lighter variations
1#29337C
2#333F99
3#3D4BB6
4#5360C6
5#707BCF
6#8C95D9
7#A9B0E2
8#C6CAEC
9#E2E5F5
Tones
Muted variations
1#232A5C
2#262C59
3#292F56
4#2D3153
5#303450
6#33364D
7#363849
8#393B46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AE #A7AEE2 | BordersInactive statesPlaceholder text |
| 400 | 7984 #7984D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5360 #5360C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3845 #3845A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D37 #2D3786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2027 #202760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E4E6F6;
--charcoal-200: #CDD1EE;
--charcoal-300: #A7AEE2;
--charcoal-400: #7984D2;
--charcoal-500: #5360C6;
--charcoal-600: #3845A8;
--charcoal-700: #2D3786;
--charcoal-800: #202760;
--charcoal-900: #14193D;
--charcoal-950: #0D1026;
}