Charcoal
#2D3852
BlueColor Codes
All color formats for development
HEX
#2D3852RGB
rgb(45, 56, 82)HSL
hsl(222, 29%, 25%)OKLCH
oklch(0.343 0.048 266.3)CMYK
cmyk(45%, 32%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29334A
2#242D42
3#20273A
4#1B2231
5#171C29
6#121721
7#0E1119
8#090B10
9#050608
Tints
Lighter variations
1#3B496B
2#485A84
3#566B9C
4#6B7FAE
5#8494BB
6#9CAAC9
7#B5BFD6
8#CED4E4
9#E6EAF1
Tones
Muted variations
1#2F3950
2#313A4F
3#333B4D
4#353B4B
5#373C49
6#383D47
7#3A3E45
8#3C3E43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DA #D4DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BE #B3BED5 | BordersInactive statesPlaceholder text |
| 400 | 8C9B #8C9BC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7F #6B7FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5063 #506391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4F #3F4F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D38 #2D3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2435 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8EBF2;
--charcoal-200: #D4DAE7;
--charcoal-300: #B3BED5;
--charcoal-400: #8C9BC0;
--charcoal-500: #6B7FAE;
--charcoal-600: #506391;
--charcoal-700: #3F4F73;
--charcoal-800: #2D3852;
--charcoal-900: #1D2435;
--charcoal-950: #121721;
}