Charcoal
#303050
BlueColor Codes
All color formats for development
HEX
#303050RGB
rgb(48, 48, 80)HSL
hsl(240, 25%, 25%)OKLCH
oklch(0.325 0.056 282.8)CMYK
cmyk(40%, 40%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2B48
2#262640
3#212138
4#1D1D30
5#181828
6#131320
7#0E0E18
8#0A0A10
9#050508
Tints
Lighter variations
1#3E3E68
2#4D4D80
3#5B5B97
4#7070A9
5#8787B7
6#9F9FC6
7#B7B7D4
8#CFCFE2
9#E7E7F1
Tones
Muted variations
1#31314E
2#33334D
3#35354B
4#363649
5#383848
6#393946
7#3B3B45
8#3D3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D6D6E6;
--charcoal-300: #B6B6D3;
--charcoal-400: #8F8FBC;
--charcoal-500: #7070A9;
--charcoal-600: #54548C;
--charcoal-700: #434370;
--charcoal-800: #303050;
--charcoal-900: #1F1F33;
--charcoal-950: #131320;
}