Charcoal
#35414B
BlueColor Codes
All color formats for development
HEX
#35414BRGB
rgb(53, 65, 75)HSL
hsl(207, 17%, 25%)OKLCH
oklch(0.369 0.023 243.6)CMYK
cmyk(29%, 13%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303A43
2#2A343C
3#252D34
4#20272D
5#1A2025
6#151A1E
7#101316
8#0B0D0F
9#050607
Tints
Lighter variations
1#455461
2#556877
3#657B8E
4#798EA0
5#8FA1B0
6#A5B4C0
7#BCC7CF
8#D2D9DF
9#E9ECEF
Tones
Muted variations
1#36414A
2#374148
3#384147
4#394046
5#3A4045
6#3B4044
7#3C4043
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC5 #BAC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798E #798EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D72 #5D7283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5B #4A5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3541 #35414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DEE3;
--charcoal-300: #BAC5CE;
--charcoal-400: #97A7B5;
--charcoal-500: #798EA0;
--charcoal-600: #5D7283;
--charcoal-700: #4A5B68;
--charcoal-800: #35414B;
--charcoal-900: #222930;
--charcoal-950: #151A1E;
}