Charcoal
#35444B
BlueColor Codes
All color formats for development
HEX
#35444BRGB
rgb(53, 68, 75)HSL
hsl(199, 17%, 25%)OKLCH
oklch(0.376 0.023 228)CMYK
cmyk(29%, 9%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303D43
2#2A363C
3#252F34
4#20292D
5#1A2225
6#151B1E
7#101416
8#0B0E0F
9#050707
Tints
Lighter variations
1#455861
2#556C77
3#65818E
4#7993A0
5#8FA5B0
6#A5B7C0
7#BCC9CF
8#D2DBDF
9#E9EDEF
Tones
Muted variations
1#36434A
2#374348
3#384347
4#394246
5#3A4245
6#3B4144
7#3C4143
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7993 #7993A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D77 #5D7783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5F #4A5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3544 #35444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8E0E3;
--charcoal-300: #BAC8CE;
--charcoal-400: #97ABB5;
--charcoal-500: #7993A0;
--charcoal-600: #5D7783;
--charcoal-700: #4A5F68;
--charcoal-800: #35444B;
--charcoal-900: #222B30;
--charcoal-950: #151B1E;
}