Charcoal
#4C5F67
BlueColor Codes
All color formats for development
HEX
#4C5F67RGB
rgb(76, 95, 103)HSL
hsl(198, 15%, 35%)OKLCH
oklch(0.473 0.027 225.4)CMYK
cmyk(26%, 8%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44555C
2#3D4C52
3#354248
4#2E393E
5#262F33
6#1E2629
7#171C1F
8#0F1315
9#08090A
Tints
Lighter variations
1#5A707A
2#68828D
3#7A929C
4#8DA2AA
5#A0B1B9
6#B3C1C7
7#C6D0D5
8#D9E0E3
9#ECEFF1
Tones
Muted variations
1#4D5E65
2#4F5E64
3#505D63
4#515C61
5#535C60
6#545B5F
7#555B5D
8#575A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 98AB #98ABB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B93 #7B939D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F77 #5F7781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5F #4C5F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #364449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9E0E3;
--charcoal-300: #BCC8CD;
--charcoal-400: #98ABB3;
--charcoal-500: #7B939D;
--charcoal-600: #5F7781;
--charcoal-700: #4C5F67;
--charcoal-800: #364449;
--charcoal-900: #232B2F;
--charcoal-950: #161B1D;
}