Charcoal
#4E5E65
BlueColor Codes
All color formats for development
HEX
#4E5E65RGB
rgb(78, 94, 101)HSL
hsl(198, 13%, 35%)OKLCH
oklch(0.471 0.023 226.1)CMYK
cmyk(23%, 7%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46555B
2#3E4B51
3#364247
4#2F383D
5#272F32
6#1F2628
7#171C1E
8#101314
9#08090A
Tints
Lighter variations
1#5C6F78
2#6A818A
3#7C919A
4#8FA1A8
5#A1B0B7
6#B4C0C5
7#C7D0D4
8#DAE0E2
9#ECEFF1
Tones
Muted variations
1#4F5D64
2#505D63
3#515C61
4#525C60
5#535C5F
6#555B5E
7#565B5D
8#575A5C
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D92 #7D929B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6276 #62767F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | 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: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC7CC;
--charcoal-400: #9AAAB1;
--charcoal-500: #7D929B;
--charcoal-600: #62767F;
--charcoal-700: #4E5E65;
--charcoal-800: #374348;
--charcoal-900: #232B2E;
--charcoal-950: #161B1D;
}