Charcoal
#25262D
BlueColor Codes
All color formats for development
HEX
#25262DRGB
rgb(37, 38, 45)HSL
hsl(233, 10%, 16%)OKLCH
oklch(0.271 0.013 279.1)CMYK
cmyk(18%, 16%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212228
2#1D1E24
3#1A1A1F
4#16171B
5#121316
6#0F0F12
7#0B0B0D
8#070809
9#040404
Tints
Lighter variations
1#383944
2#4B4D5C
3#5F6174
4#72758B
5#898C9F
6#A1A3B2
7#B8BAC5
8#D0D1D8
9#E7E8EC
Tones
Muted variations
1#25262C
2#26262C
3#26272C
4#26272B
5#27272B
6#27282A
7#28282A
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9D9F #9D9FAF | Disabled statesSecondary iconsMuted text |
| 500 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | 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: #EBECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BEC0CA;
--charcoal-400: #9D9FAF;
--charcoal-500: #818398;
--charcoal-600: #65687B;
--charcoal-700: #505262;
--charcoal-800: #393B46;
--charcoal-900: #25262D;
--charcoal-950: #17181C;
}