Charcoal
#25262C
GrayColor Codes
All color formats for development
HEX
#25262CRGB
rgb(37, 38, 44)HSL
hsl(231, 9%, 16%)OKLCH
oklch(0.27 0.011 278.1)CMYK
cmyk(16%, 14%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212228
2#1E1F24
3#1A1B1F
4#16171B
5#131316
6#0F0F12
7#0B0B0D
8#070809
9#040404
Tints
Lighter variations
1#393A44
2#4C4E5B
3#606273
4#73778A
5#8A8D9E
6#A2A4B1
7#B9BBC5
8#D0D1D8
9#E8E8EC
Tones
Muted variations
1#25262C
2#26272C
3#26272B
4#27272B
5#27282B
6#27282A
7#28282A
8#28282A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA0 #9EA0AE | Disabled statesSecondary iconsMuted text |
| 500 | 8285 #828597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6669 #66697A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEF;
--charcoal-200: #DBDCE1;
--charcoal-300: #BFC1CA;
--charcoal-400: #9EA0AE;
--charcoal-500: #828597;
--charcoal-600: #66697A;
--charcoal-700: #515461;
--charcoal-800: #3A3C45;
--charcoal-900: #25262C;
--charcoal-950: #17181C;
}