Charcoal
#30404F
BlueColor Codes
All color formats for development
HEX
#30404FRGB
rgb(48, 64, 79)HSL
hsl(209, 24%, 25%)OKLCH
oklch(0.364 0.033 247.1)CMYK
cmyk(39%, 19%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3A47
2#27333F
3#222D37
4#1D272F
5#182028
6#131A20
7#0F1318
8#0A0D10
9#050608
Tints
Lighter variations
1#3F5467
2#4E677E
3#5C7A96
4#718DA8
5#88A0B6
6#A0B3C5
7#B8C6D3
8#D0D9E2
9#E7ECF0
Tones
Muted variations
1#32404E
2#34404C
3#35404A
4#374049
5#384047
6#3A4046
7#3B4044
8#3D4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D2 | BordersInactive statesPlaceholder text |
| 400 | 90A6 #90A6BB | Disabled statesSecondary iconsMuted text |
| 500 | 718D #718DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5571 #55718B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445A #445A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #30404F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | 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: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D6DEE6;
--charcoal-300: #B6C5D2;
--charcoal-400: #90A6BB;
--charcoal-500: #718DA8;
--charcoal-600: #55718B;
--charcoal-700: #445A6F;
--charcoal-800: #30404F;
--charcoal-900: #1F2933;
--charcoal-950: #131A20;
}