Charcoal
#303250
BlueColor Codes
All color formats for development
HEX
#303250RGB
rgb(48, 50, 80)HSL
hsl(236, 25%, 25%)OKLCH
oklch(0.33 0.053 280.1)CMYK
cmyk(40%, 38%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2D48
2#262840
3#212338
4#1D1E30
5#181928
6#131420
7#0E0F18
8#0A0A10
9#050508
Tints
Lighter variations
1#3E4168
2#4D5080
3#5B5F97
4#7073A9
5#878BB7
6#9FA2C6
7#B7B9D4
8#CFD0E2
9#E7E8F1
Tones
Muted variations
1#31334E
2#33354D
3#35364B
4#363749
5#383948
6#393A46
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D3 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BC | Disabled statesSecondary iconsMuted text |
| 500 | 7073 #7073A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5458 #54588C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4346 #434670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #303250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | 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: #E9E9F2;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B8D3;
--charcoal-400: #8F92BC;
--charcoal-500: #7073A9;
--charcoal-600: #54588C;
--charcoal-700: #434670;
--charcoal-800: #303250;
--charcoal-900: #1F2033;
--charcoal-950: #131420;
}