Charcoal
#2E5152
CyanColor Codes
All color formats for development
HEX
#2E5152RGB
rgb(46, 81, 82)HSL
hsl(182, 28%, 25%)OKLCH
oklch(0.409 0.041 198)CMYK
cmyk(44%, 1%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294849
2#254041
3#203839
4#1C3031
5#172829
6#122021
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3C696A
2#498183
3#57999B
4#6CAAAC
5#85B8BA
6#9DC6C8
7#B6D5D6
8#CEE3E3
9#E7F1F1
Tones
Muted variations
1#304F50
2#314D4E
3#334B4C
4#354A4A
5#374849
6#394647
7#3A4545
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 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D4 #B4D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBD #8DBDBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAA #6CAAAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518E #518E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4071 #407172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E50 #2E5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F2F2;
--charcoal-200: #D5E7E7;
--charcoal-300: #B4D4D5;
--charcoal-400: #8DBDBF;
--charcoal-500: #6CAAAC;
--charcoal-600: #518E90;
--charcoal-700: #407172;
--charcoal-800: #2E5052;
--charcoal-900: #1D3334;
--charcoal-950: #122021;
}