Charcoal
#304250
BlueColor Codes
All color formats for development
HEX
#304250RGB
rgb(48, 66, 80)HSL
hsl(206, 25%, 25%)OKLCH
oklch(0.37 0.033 242.2)CMYK
cmyk(40%, 18%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3B48
2#263540
3#212E38
4#1D2830
5#182128
6#131A20
7#0E1418
8#0A0D10
9#050708
Tints
Lighter variations
1#3E5668
2#4D6980
3#5B7D97
4#7090A9
5#87A3B7
6#9FB5C6
7#B7C8D4
8#CFDAE2
9#E7EDF1
Tones
Muted variations
1#31424E
2#33414D
3#35414B
4#364149
5#384148
6#394146
7#3B4045
8#3D4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BC | Disabled statesSecondary iconsMuted text |
| 500 | 7090 #7090A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5474 #54748C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435C #435C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #304250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D6DFE6;
--charcoal-300: #B6C6D3;
--charcoal-400: #8FA9BC;
--charcoal-500: #7090A9;
--charcoal-600: #54748C;
--charcoal-700: #435C70;
--charcoal-800: #304250;
--charcoal-900: #1F2A33;
--charcoal-950: #131A20;
}