Charcoal
#4E5F65
BlueColor Codes
All color formats for development
HEX
#4E5F65RGB
rgb(78, 95, 101)HSL
hsl(196, 13%, 35%)OKLCH
oklch(0.473 0.023 221.2)CMYK
cmyk(23%, 6%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46555B
2#3E4C51
3#364247
4#2F393D
5#272F32
6#1F2628
7#171C1E
8#101314
9#08090A
Tints
Lighter variations
1#5C7078
2#6A828A
3#7C929A
4#8FA2A8
5#A1B1B7
6#B4C1C5
7#C7D0D4
8#DAE0E2
9#ECEFF1
Tones
Muted variations
1#4F5E64
2#505E63
3#515D61
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 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAB #9AABB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D93 #7D939B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6277 #62777F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | 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: #BDC8CC;
--charcoal-400: #9AABB1;
--charcoal-500: #7D939B;
--charcoal-600: #62777F;
--charcoal-700: #4E5F65;
--charcoal-800: #374448;
--charcoal-900: #232B2E;
--charcoal-950: #161B1D;
}