Charcoal
#2E4F52
CyanColor Codes
All color formats for development
HEX
#2E4F52RGB
rgb(46, 79, 82)HSL
hsl(185, 28%, 25%)OKLCH
oklch(0.404 0.039 203.1)CMYK
cmyk(44%, 4%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294749
2#253F41
3#203739
4#1C2F31
5#172729
6#121F21
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3C666A
2#497E83
3#57959B
4#6CA7AC
5#85B6BA
6#9DC4C8
7#B6D3D6
8#CEE2E3
9#E7F0F1
Tones
Muted variations
1#304D50
2#314C4E
3#334A4C
4#35494A
5#374749
6#394647
7#3A4445
8#3C4343
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D2 #B4D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA7 #6CA7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518A #518A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406E #406E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | 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: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E6E7;
--charcoal-300: #B4D2D5;
--charcoal-400: #8DBBBF;
--charcoal-500: #6CA7AC;
--charcoal-600: #518A90;
--charcoal-700: #406E72;
--charcoal-800: #2E4F52;
--charcoal-900: #1D3234;
--charcoal-950: #121F21;
}