Charcoal
#2D4352
BlueColor Codes
All color formats for development
HEX
#2D4352RGB
rgb(45, 67, 82)HSL
hsl(204, 29%, 25%)OKLCH
oklch(0.371 0.038 238.9)CMYK
cmyk(45%, 18%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293D4A
2#243642
3#202F3A
4#1B2831
5#172229
6#121B21
7#0E1419
8#090D10
9#050708
Tints
Lighter variations
1#3B586B
2#486C84
3#56809C
4#6B93AE
5#84A5BB
6#9CB7C9
7#B5C9D6
8#CEDBE4
9#E6EDF1
Tones
Muted variations
1#2F4350
2#31434F
3#33424D
4#35424B
5#374249
6#384147
7#3A4145
8#3C4043
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAB #8CABC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B93 #6B93AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5077 #507791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5E #3F5E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D43 #2D4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EEF2;
--charcoal-200: #D4E0E7;
--charcoal-300: #B3C8D5;
--charcoal-400: #8CABC0;
--charcoal-500: #6B93AE;
--charcoal-600: #507791;
--charcoal-700: #3F5E73;
--charcoal-800: #2D4352;
--charcoal-900: #1D2B35;
--charcoal-950: #121B21;
}