Charcoal
#2D4952
BlueColor Codes
All color formats for development
HEX
#2D4952RGB
rgb(45, 73, 82)HSL
hsl(195, 29%, 25%)OKLCH
oklch(0.387 0.037 220.2)CMYK
cmyk(45%, 11%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29424A
2#243A42
3#20333A
4#1B2C31
5#172429
6#121D21
7#0E1619
8#090F10
9#050708
Tints
Lighter variations
1#3B5F6B
2#487584
3#568B9C
4#6B9DAE
5#84ADBB
6#9CBEC9
7#B5CED6
8#CEDEE4
9#E6EFF1
Tones
Muted variations
1#2F4850
2#31474F
3#33464D
4#35454B
5#374449
6#384347
7#3A4345
8#3C4243
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB3 #8CB3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9D #6B9DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5080 #508091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F66 #3F6673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D49 #2D4952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8F0F2;
--charcoal-200: #D4E3E7;
--charcoal-300: #B3CDD5;
--charcoal-400: #8CB3C0;
--charcoal-500: #6B9DAE;
--charcoal-600: #508091;
--charcoal-700: #3F6673;
--charcoal-800: #2D4952;
--charcoal-900: #1D2F35;
--charcoal-950: #121D21;
}