Charcoal
#303750
BlueColor Codes
All color formats for development
HEX
#303750RGB
rgb(48, 55, 80)HSL
hsl(227, 25%, 25%)OKLCH
oklch(0.342 0.045 271.8)CMYK
cmyk(40%, 31%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3148
2#262C40
3#212638
4#1D2130
5#181B28
6#131620
7#0E1018
8#0A0B10
9#050508
Tints
Lighter variations
1#3E4768
2#4D5880
3#5B6897
4#707CA9
5#8792B7
6#9FA8C6
7#B7BDD4
8#CFD3E2
9#E7E9F1
Tones
Muted variations
1#31384E
2#33394D
3#35394B
4#363A49
5#383B48
6#393C46
7#3B3D45
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BC #B6BCD3 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BC | Disabled statesSecondary iconsMuted text |
| 500 | 707C #707CA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5460 #54608C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D6D9E6;
--charcoal-300: #B6BCD3;
--charcoal-400: #8F99BC;
--charcoal-500: #707CA9;
--charcoal-600: #54608C;
--charcoal-700: #434D70;
--charcoal-800: #303750;
--charcoal-900: #1F2333;
--charcoal-950: #131620;
}