Charcoal
#2F4251
BlueColor Codes
All color formats for development
HEX
#2F4251RGB
rgb(47, 66, 81)HSL
hsl(206, 27%, 25%)OKLCH
oklch(0.369 0.035 242.7)CMYK
cmyk(42%, 19%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3B49
2#253541
3#212E39
4#1C2831
5#172128
6#131A20
7#0E1418
8#090D10
9#050708
Tints
Lighter variations
1#3C5669
2#4A6A82
3#587D9A
4#6D90AB
5#86A3B9
6#9EB5C7
7#B6C8D5
8#CEDAE3
9#E7EDF1
Tones
Muted variations
1#30424F
2#32424E
3#34414C
4#35414A
5#374148
6#394147
7#3B4045
8#3C4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA9 #8EA9BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D90 #6D90AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5274 #52748E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F42 #2F4251 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | 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: #E8EEF2;
--charcoal-200: #D5DFE7;
--charcoal-300: #B5C6D4;
--charcoal-400: #8EA9BE;
--charcoal-500: #6D90AB;
--charcoal-600: #52748E;
--charcoal-700: #415C71;
--charcoal-800: #2F4251;
--charcoal-900: #1E2A34;
--charcoal-950: #131A20;
}