Charcoal
#2D4E52
CyanColor Codes
All color formats for development
HEX
#2D4E52RGB
rgb(45, 78, 82)HSL
hsl(186, 29%, 25%)OKLCH
oklch(0.4 0.039 205.6)CMYK
cmyk(45%, 5%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29474A
2#243F42
3#20373A
4#1B2F31
5#172729
6#121F21
7#0E1819
8#091010
9#050808
Tints
Lighter variations
1#3B666B
2#487E84
3#56959C
4#6BA7AE
5#84B6BB
6#9CC4C9
7#B5D3D6
8#CEE2E4
9#E6F0F1
Tones
Muted variations
1#2F4D50
2#314C4F
3#334A4D
4#35494B
5#374749
6#384647
7#3A4445
8#3C4343
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D2 #B3D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA7 #6BA7AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508A #508A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6E #3F6E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3235 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E8F1F2;
--charcoal-200: #D4E6E7;
--charcoal-300: #B3D2D5;
--charcoal-400: #8CBAC0;
--charcoal-500: #6BA7AE;
--charcoal-600: #508A91;
--charcoal-700: #3F6E73;
--charcoal-800: #2D4F52;
--charcoal-900: #1D3235;
--charcoal-950: #121F21;
}