Charcoal
#2E3652
BlueColor Codes
All color formats for development
HEX
#2E3652RGB
rgb(46, 54, 82)HSL
hsl(227, 28%, 25%)OKLCH
oklch(0.339 0.051 271.3)CMYK
cmyk(44%, 34%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293049
2#252B41
3#202639
4#1C2031
5#171B29
6#121521
7#0E1018
8#090B10
9#050508
Tints
Lighter variations
1#3C466A
2#495683
3#57669B
4#6C7AAC
5#8590BA
6#9DA6C8
7#B6BDD6
8#CED3E3
9#E7E9F1
Tones
Muted variations
1#303750
2#31384E
3#33394C
4#353A4A
5#373B49
6#393C47
7#3A3D45
8#3C3E43
9#3E3F42
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 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BB #B4BBD5 | BordersInactive statesPlaceholder text |
| 400 | 8D98 #8D98BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7A #6C7AAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515E #515E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404B #404B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E36 #2E3652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D9E7;
--charcoal-300: #B4BBD5;
--charcoal-400: #8D98BF;
--charcoal-500: #6C7AAC;
--charcoal-600: #515E90;
--charcoal-700: #404B72;
--charcoal-800: #2E3652;
--charcoal-900: #1D2234;
--charcoal-950: #121521;
}