Charcoal
#2F3451
BlueColor Codes
All color formats for development
HEX
#2F3451RGB
rgb(47, 52, 81)HSL
hsl(231, 27%, 25%)OKLCH
oklch(0.334 0.052 275.8)CMYK
cmyk(42%, 36%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2F49
2#252941
3#212439
4#1C1F31
5#171A28
6#131520
7#0E1018
8#090A10
9#050508
Tints
Lighter variations
1#3C4369
2#4A5382
3#58629A
4#6D77AB
5#868DB9
6#9EA4C7
7#B6BBD5
8#CED2E3
9#E7E8F1
Tones
Muted variations
1#30354F
2#32364E
3#34374C
4#35394A
5#373A48
6#393B47
7#3B3C45
8#3C3D43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8E95 #8E95BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D77 #6D77AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525B #525B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4148 #414871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D8E7;
--charcoal-300: #B5B9D4;
--charcoal-400: #8E95BE;
--charcoal-500: #6D77AB;
--charcoal-600: #525B8E;
--charcoal-700: #414871;
--charcoal-800: #2F3451;
--charcoal-900: #1E2134;
--charcoal-950: #131520;
}