Charcoal
#4F5E63
BlueColor Codes
All color formats for development
HEX
#4F5E63RGB
rgb(79, 94, 99)HSL
hsl(195, 11%, 35%)OKLCH
oklch(0.471 0.02 219.9)CMYK
cmyk(20%, 5%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475559
2#404B4F
3#384245
4#30383B
5#282F32
6#202628
7#181C1E
8#101314
9#08090A
Tints
Lighter variations
1#5E7075
2#6D8188
3#7E9198
4#91A1A6
5#A3B1B5
6#B5C0C4
7#C8D0D3
8#DAE0E1
9#EDEFF0
Tones
Muted variations
1#505E62
2#515D61
3#525D60
4#535C5F
5#545C5E
6#555B5D
7#565B5C
8#575A5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CB | BordersInactive statesPlaceholder text |
| 400 | 9CAB #9CABB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8093 #809399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6476 #64767D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E1;
--charcoal-300: #BEC8CB;
--charcoal-400: #9CABB0;
--charcoal-500: #809399;
--charcoal-600: #64767D;
--charcoal-700: #4F5E63;
--charcoal-800: #394347;
--charcoal-900: #242B2D;
--charcoal-950: #171B1C;
}