Charcoal
#303950
BlueColor Codes
All color formats for development
HEX
#303950RGB
rgb(48, 57, 80)HSL
hsl(223, 25%, 25%)OKLCH
oklch(0.347 0.042 267.7)CMYK
cmyk(40%, 29%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3348
2#262D40
3#212838
4#1D2230
5#181C28
6#131720
7#0E1118
8#0A0B10
9#050608
Tints
Lighter variations
1#3E4A68
2#4D5B80
3#5B6C97
4#7080A9
5#8795B7
6#9FAAC6
7#B7BFD4
8#CFD5E2
9#E7EAF1
Tones
Muted variations
1#313A4E
2#333A4D
3#353B4B
4#363C49
5#383C48
6#393D46
7#3B3E45
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBC | Disabled statesSecondary iconsMuted text |
| 500 | 7080 #7080A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5464 #54648C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D6DAE6;
--charcoal-300: #B6BED3;
--charcoal-400: #8F9CBC;
--charcoal-500: #7080A9;
--charcoal-600: #54648C;
--charcoal-700: #435070;
--charcoal-800: #303950;
--charcoal-900: #1F2433;
--charcoal-950: #131720;
}