Charcoal
#303350
BlueColor Codes
All color formats for development
HEX
#303350RGB
rgb(48, 51, 80)HSL
hsl(234, 25%, 25%)OKLCH
oklch(0.332 0.051 278.7)CMYK
cmyk(40%, 36%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2E48
2#262940
3#212438
4#1D1F30
5#181928
6#131420
7#0E0F18
8#0A0A10
9#050508
Tints
Lighter variations
1#3E4268
2#4D5280
3#5B6197
4#7075A9
5#878CB7
6#9FA3C6
7#B7BAD4
8#CFD1E2
9#E7E8F1
Tones
Muted variations
1#31344E
2#33364D
3#35374B
4#363849
5#383948
6#393B46
7#3B3C45
8#3D3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B9 #B6B9D3 | BordersInactive statesPlaceholder text |
| 400 | 8F94 #8F94BC | Disabled statesSecondary iconsMuted text |
| 500 | 7075 #7075A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545A #545A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4347 #434770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3033 #303350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F21 #1F2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B9D3;
--charcoal-400: #8F94BC;
--charcoal-500: #7075A9;
--charcoal-600: #545A8C;
--charcoal-700: #434770;
--charcoal-800: #303350;
--charcoal-900: #1F2133;
--charcoal-950: #131420;
}