Charcoal
#2F3851
BlueColor Codes
All color formats for development
HEX
#2F3851RGB
rgb(47, 56, 81)HSL
hsl(224, 27%, 25%)OKLCH
oklch(0.344 0.046 268.7)CMYK
cmyk(42%, 31%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3249
2#252D41
3#212739
4#1C2131
5#171C28
6#131620
7#0E1118
8#090B10
9#050608
Tints
Lighter variations
1#3C4869
2#4A5982
3#586A9A
4#6D7EAB
5#8693B9
6#9EA9C7
7#B6BED5
8#CED4E3
9#E7E9F1
Tones
Muted variations
1#30394F
2#32394E
3#343A4C
4#353B4A
5#373C48
6#393D47
7#3B3D45
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B5BDD4;
--charcoal-400: #8E9BBE;
--charcoal-500: #6D7EAB;
--charcoal-600: #52628E;
--charcoal-700: #414E71;
--charcoal-800: #2F3851;
--charcoal-900: #1E2434;
--charcoal-950: #131620;
}