Charcoal
#25272D
BlueColor Codes
All color formats for development
HEX
#25272DRGB
rgb(37, 39, 45)HSL
hsl(225, 10%, 16%)OKLCH
oklch(0.273 0.011 271)CMYK
cmyk(18%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212328
2#1D1F24
3#1A1B1F
4#16171B
5#121316
6#0F1012
7#0B0C0D
8#070809
9#040404
Tints
Lighter variations
1#383B44
2#4B4F5C
3#5F6474
4#72788B
5#898F9F
6#A1A5B2
7#B8BCC5
8#D0D2D8
9#E7E9EC
Tones
Muted variations
1#25272C
2#26272C
3#26272C
4#26282B
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8187 #818798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656B #656B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5055 #505562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | 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: #DBDCE1;
--charcoal-300: #BEC1CA;
--charcoal-400: #9DA1AF;
--charcoal-500: #818798;
--charcoal-600: #656B7B;
--charcoal-700: #505562;
--charcoal-800: #393D46;
--charcoal-900: #25272D;
--charcoal-950: #17181C;
}