Charcoal
#2F3E51
BlueColor Codes
All color formats for development
HEX
#2F3E51RGB
rgb(47, 62, 81)HSL
hsl(214, 27%, 25%)OKLCH
oklch(0.359 0.039 254.6)CMYK
cmyk(42%, 23%, 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#171F28
6#131920
7#0E1218
8#090C10
9#050608
Tints
Lighter variations
1#3C5069
2#4A6282
3#58759A
4#6D88AB
5#869CB9
6#9EB0C7
7#B6C4D5
8#CED7E3
9#E7EBF1
Tones
Muted variations
1#303E4F
2#323E4E
3#343E4C
4#353E4A
5#373F48
6#393F47
7#3B3F45
8#3C3F43
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 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA3 #8EA3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D88 #6D88AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526C #526C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4156 #415671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DDE7;
--charcoal-300: #B5C2D4;
--charcoal-400: #8EA3BE;
--charcoal-500: #6D88AB;
--charcoal-600: #526C8E;
--charcoal-700: #415671;
--charcoal-800: #2F3D51;
--charcoal-900: #1E2734;
--charcoal-950: #131920;
}