Charcoal
#2F3551
BlueColor Codes
All color formats for development
HEX
#2F3551RGB
rgb(47, 53, 81)HSL
hsl(229, 27%, 25%)OKLCH
oklch(0.337 0.05 274.2)CMYK
cmyk(42%, 35%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3049
2#252A41
3#212539
4#1C2031
5#171A28
6#131520
7#0E1018
8#090B10
9#050508
Tints
Lighter variations
1#3C4569
2#4A5582
3#58649A
4#6D79AB
5#868FB9
6#9EA5C7
7#B6BCD5
8#CED2E3
9#E7E9F1
Tones
Muted variations
1#30364F
2#32374E
3#34384C
4#35394A
5#373A48
6#393B47
7#3B3C45
8#3C3E43
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 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8E96 #8E96BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D79 #6D79AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525D #525D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414A #414A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2234 | 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: #B5BAD4;
--charcoal-400: #8E96BE;
--charcoal-500: #6D79AB;
--charcoal-600: #525D8E;
--charcoal-700: #414A71;
--charcoal-800: #2F3551;
--charcoal-900: #1E2234;
--charcoal-950: #131520;
}