Charcoal
#2D4152
BlueColor Codes
All color formats for development
HEX
#2D4152RGB
rgb(45, 65, 82)HSL
hsl(208, 29%, 25%)OKLCH
oklch(0.366 0.039 244.8)CMYK
cmyk(45%, 21%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293A4A
2#243442
3#202D3A
4#1B2731
5#172029
6#121A21
7#0E1319
8#090D10
9#050608
Tints
Lighter variations
1#3B546B
2#486884
3#567B9C
4#6B8EAE
5#84A1BB
6#9CB4C9
7#B5C7D6
8#CED9E4
9#E6ECF1
Tones
Muted variations
1#2F4150
2#31414F
3#33414D
4#35404B
5#374049
6#384047
7#3A4045
8#3C4043
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C5 #B3C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA7 #8CA7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8E #6B8EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5072 #507291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5B #3F5B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D41 #2D4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A35 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8EDF2;
--charcoal-200: #D4DEE7;
--charcoal-300: #B3C5D5;
--charcoal-400: #8CA7C0;
--charcoal-500: #6B8EAE;
--charcoal-600: #507291;
--charcoal-700: #3F5B73;
--charcoal-800: #2D4152;
--charcoal-900: #1D2A35;
--charcoal-950: #121A21;
}