Charcoal
#202060
BlueColor Codes
All color formats for development
HEX
#202060RGB
rgb(32, 32, 96)HSL
hsl(240, 50%, 25%)OKLCH
oklch(0.289 0.111 276.9)CMYK
cmyk(67%, 67%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1D56
2#19194D
3#161643
4#131339
5#101030
6#0D0D26
7#0A0A1D
8#060613
9#03030A
Tints
Lighter variations
1#29297C
2#333399
3#3D3DB6
4#5353C6
5#7070CF
6#8C8CD9
7#A9A9E2
8#C6C6EC
9#E2E2F5
Tones
Muted variations
1#23235C
2#262659
3#292956
4#2D2D53
5#303050
6#33334D
7#363649
8#393946
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E4E4F6;
--charcoal-200: #CDCDEE;
--charcoal-300: #A7A7E2;
--charcoal-400: #7979D2;
--charcoal-500: #5353C6;
--charcoal-600: #3838A8;
--charcoal-700: #2D2D86;
--charcoal-800: #202060;
--charcoal-900: #14143D;
--charcoal-950: #0D0D26;
}