Charcoal
#202360
BlueColor Codes
All color formats for development
HEX
#202360RGB
rgb(32, 35, 96)HSL
hsl(237, 50%, 25%)OKLCH
oklch(0.295 0.106 275.6)CMYK
cmyk(67%, 64%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2056
2#191C4D
3#161943
4#131539
5#101230
6#0D0E26
7#0A0B1D
8#060713
9#03040A
Tints
Lighter variations
1#292E7C
2#333899
3#3D43B6
4#5359C6
5#7074CF
6#8C90D9
7#A9ACE2
8#C6C8EC
9#E2E3F5
Tones
Muted variations
1#23265C
2#262959
3#292C56
4#2D2F53
5#303150
6#33344D
7#363749
8#393A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AA #A7AAE2 | BordersInactive statesPlaceholder text |
| 400 | 797E #797ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5359 #5359C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 383E #383EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D31 #2D3186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2023 #202360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E4E5F6;
--charcoal-200: #CDCFEE;
--charcoal-300: #A7AAE2;
--charcoal-400: #797ED2;
--charcoal-500: #5359C6;
--charcoal-600: #383EA8;
--charcoal-700: #2D3186;
--charcoal-800: #202360;
--charcoal-900: #14163D;
--charcoal-950: #0D0E26;
}