Charcoal
#47626B
BlueColor Codes
All color formats for development
HEX
#47626BRGB
rgb(71, 98, 107)HSL
hsl(195, 20%, 35%)OKLCH
oklch(0.478 0.035 220.4)CMYK
cmyk(34%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405860
2#394F56
3#32454B
4#2B3B40
5#243136
6#1D272B
7#151D20
8#0E1415
9#070A0B
Tints
Lighter variations
1#55747F
2#628793
3#7497A2
4#88A5AF
5#9CB4BD
6#AFC3CA
7#C3D2D7
8#D7E1E4
9#EBF0F2
Tones
Muted variations
1#496169
2#4B6068
3#4D5F66
4#4F5F64
5#505E62
6#525D60
7#545C5F
8#565B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CAD0 | BordersInactive statesPlaceholder text |
| 400 | 94AF #94AFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7598 #7598A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7B #5A7B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4762 #47626B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3346 #33464D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E1E4;
--charcoal-300: #B9CAD0;
--charcoal-400: #94AFB8;
--charcoal-500: #7598A3;
--charcoal-600: #5A7B87;
--charcoal-700: #47626B;
--charcoal-800: #33464D;
--charcoal-900: #212D31;
--charcoal-950: #141C1F;
}