Charcoal
#35394B
BlueColor Codes
All color formats for development
HEX
#35394BRGB
rgb(53, 57, 75)HSL
hsl(229, 17%, 25%)OKLCH
oklch(0.348 0.032 274.9)CMYK
cmyk(29%, 24%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303343
2#2A2E3C
3#252834
4#20222D
5#1A1C25
6#15171E
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#454A61
2#555B77
3#656C8E
4#7980A0
5#8F95B0
6#A5AAC0
7#BCBFCF
8#D2D5DF
9#E9EAEF
Tones
Muted variations
1#363A4A
2#373A48
3#383B47
4#393C46
5#3A3C45
6#3B3D44
7#3C3E43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7980 #7980A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D64 #5D6483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A50 #4A5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3539 #35394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE3;
--charcoal-300: #BABECE;
--charcoal-400: #979CB5;
--charcoal-500: #7980A0;
--charcoal-600: #5D6483;
--charcoal-700: #4A5068;
--charcoal-800: #35394B;
--charcoal-900: #222430;
--charcoal-950: #15171E;
}