Charcoal
#202A60
BlueColor Codes
All color formats for development
HEX
#202A60RGB
rgb(32, 42, 96)HSL
hsl(231, 50%, 25%)OKLCH
oklch(0.31 0.096 271.7)CMYK
cmyk(67%, 56%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2556
2#19214D
3#161D43
4#131939
5#101530
6#0D1126
7#0A0C1D
8#060813
9#03040A
Tints
Lighter variations
1#29367C
2#334299
3#3D4FB6
4#5364C6
5#707ECF
6#8C98D9
7#A9B2E2
8#C6CBEC
9#E2E5F5
Tones
Muted variations
1#232C5C
2#262E59
3#293056
4#2D3253
5#303550
6#33374D
7#363949
8#393B46
9#3D3E43
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 | A7B0 #A7B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7987 #7987D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5364 #5364C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3849 #3849A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D3A #2D3A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2029 #202960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #A7B0E2;
--charcoal-400: #7987D2;
--charcoal-500: #5364C6;
--charcoal-600: #3849A8;
--charcoal-700: #2D3A86;
--charcoal-800: #202960;
--charcoal-900: #141B3D;
--charcoal-950: #0D1126;
}