Charcoal
#2D3D52
BlueColor Codes
All color formats for development
HEX
#2D3D52RGB
rgb(45, 61, 82)HSL
hsl(214, 29%, 25%)OKLCH
oklch(0.356 0.042 255.5)CMYK
cmyk(45%, 26%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29374A
2#243142
3#202B3A
4#1B2531
5#171F29
6#121921
7#0E1219
8#090C10
9#050608
Tints
Lighter variations
1#3B506B
2#486284
3#56749C
4#6B88AE
5#849CBB
6#9CB0C9
7#B5C3D6
8#CED7E4
9#E6EBF1
Tones
Muted variations
1#2F3E50
2#313E4F
3#333E4D
4#353E4B
5#373F49
6#383F47
7#3A3F45
8#3C3F43
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA2 #8CA2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B88 #6B88AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506C #506C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F56 #3F5673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8ECF2;
--charcoal-200: #D4DDE7;
--charcoal-300: #B3C2D5;
--charcoal-400: #8CA2C0;
--charcoal-500: #6B88AE;
--charcoal-600: #506C91;
--charcoal-700: #3F5673;
--charcoal-800: #2D3D52;
--charcoal-900: #1D2735;
--charcoal-950: #121921;
}