Charcoal
#202960
BlueColor Codes
All color formats for development
HEX
#202960RGB
rgb(32, 41, 96)HSL
hsl(232, 50%, 25%)OKLCH
oklch(0.307 0.098 272.4)CMYK
cmyk(67%, 57%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2456
2#19204D
3#161C43
4#131839
5#101430
6#0D1026
7#0A0C1D
8#060813
9#03040A
Tints
Lighter variations
1#29347C
2#334199
3#3D4DB6
4#5362C6
5#707CCF
6#8C96D9
7#A9B1E2
8#C6CBEC
9#E2E5F5
Tones
Muted variations
1#232B5C
2#262D59
3#292F56
4#2D3253
5#303450
6#33364D
7#363949
8#393B46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | 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: #F4F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD2EE;
--charcoal-300: #A7AFE2;
--charcoal-400: #7985D2;
--charcoal-500: #5362C6;
--charcoal-600: #3847A8;
--charcoal-700: #2D3986;
--charcoal-800: #202860;
--charcoal-900: #141A3D;
--charcoal-950: #0D1026;
}