Charcoal
#2F3251
BlueColor Codes
All color formats for development
HEX
#2F3251RGB
rgb(47, 50, 81)HSL
hsl(235, 27%, 25%)OKLCH
oklch(0.329 0.055 278.7)CMYK
cmyk(42%, 38%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2C49
2#252841
3#212339
4#1C1E31
5#171928
6#131420
7#0E0F18
8#090A10
9#050508
Tints
Lighter variations
1#3C4069
2#4A4F82
3#585E9A
4#6D72AB
5#868AB9
6#9EA1C7
7#B6B9D5
8#CED0E3
9#E7E8F1
Tones
Muted variations
1#30334F
2#32344E
3#34364C
4#35374A
5#373948
6#393A47
7#3B3B45
8#3C3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8E92 #8E92BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D72 #6D72AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5257 #52578E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4145 #414571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D6E7;
--charcoal-300: #B5B7D4;
--charcoal-400: #8E92BE;
--charcoal-500: #6D72AB;
--charcoal-600: #52578E;
--charcoal-700: #414571;
--charcoal-800: #2F3151;
--charcoal-900: #1E2034;
--charcoal-950: #131420;
}