Charcoal
#2F4051
BlueColor Codes
All color formats for development
HEX
#2F4051RGB
rgb(47, 64, 81)HSL
hsl(210, 27%, 25%)OKLCH
oklch(0.364 0.037 248.9)CMYK
cmyk(42%, 21%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3949
2#253341
3#212D39
4#1C2631
5#172028
6#131920
7#0E1318
8#090D10
9#050608
Tints
Lighter variations
1#3C5369
2#4A6682
3#58799A
4#6D8CAB
5#869FB9
6#9EB2C7
7#B6C6D5
8#CED9E3
9#E7ECF1
Tones
Muted variations
1#30404F
2#32404E
3#34404C
4#35404A
5#374048
6#394047
7#3B4045
8#3C4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | 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: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B5C4D4;
--charcoal-400: #8EA6BE;
--charcoal-500: #6D8CAB;
--charcoal-600: #52708E;
--charcoal-700: #415971;
--charcoal-800: #2F4051;
--charcoal-900: #1E2934;
--charcoal-950: #131A20;
}