Charcoal
#2F3D51
BlueColor Codes
All color formats for development
HEX
#2F3D51RGB
rgb(47, 61, 81)HSL
hsl(215, 27%, 25%)OKLCH
oklch(0.357 0.04 257.3)CMYK
cmyk(42%, 25%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3749
2#253141
3#212B39
4#1C2531
5#171E28
6#131820
7#0E1218
8#090C10
9#050608
Tints
Lighter variations
1#3C4F69
2#4A6182
3#58749A
4#6D87AB
5#869BB9
6#9EAFC7
7#B6C3D5
8#CED7E3
9#E7EBF1
Tones
Muted variations
1#303D4F
2#323D4E
3#343E4C
4#353E4A
5#373E48
6#393F47
7#3B3F45
8#3C3F43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA2 #8EA2BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D87 #6D87AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526B #526B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4155 #415571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DCE7;
--charcoal-300: #B5C2D4;
--charcoal-400: #8EA2BE;
--charcoal-500: #6D87AB;
--charcoal-600: #526B8E;
--charcoal-700: #415571;
--charcoal-800: #2F3D51;
--charcoal-900: #1E2734;
--charcoal-950: #131820;
}