Charcoal
#202E60
BlueColor Codes
All color formats for development
HEX
#202E60RGB
rgb(32, 46, 96)HSL
hsl(227, 50%, 25%)OKLCH
oklch(0.319 0.09 269)CMYK
cmyk(67%, 52%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2956
2#19254D
3#162043
4#131B39
5#101730
6#0D1226
7#0A0E1D
8#060913
9#03050A
Tints
Lighter variations
1#293B7C
2#334999
3#3D57B6
4#536CC6
5#7084CF
6#8C9DD9
7#A9B5E2
8#C6CEEC
9#E2E6F5
Tones
Muted variations
1#232F5C
2#263159
3#293356
4#2D3553
5#303750
6#33394D
7#363A49
8#393C46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD4 #CDD4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B4 #A7B4E2 | BordersInactive statesPlaceholder text |
| 400 | 798C #798CD2 | Disabled statesSecondary iconsMuted text |
| 500 | 536C #536CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3850 #3850A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D40 #2D4086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 202E #202E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CDD4EE;
--charcoal-300: #A7B4E2;
--charcoal-400: #798CD2;
--charcoal-500: #536CC6;
--charcoal-600: #3850A8;
--charcoal-700: #2D4086;
--charcoal-800: #202E60;
--charcoal-900: #141D3D;
--charcoal-950: #0D1226;
}