Charcoal
#474A6B
BlueColor Codes
All color formats for development
HEX
#474A6BRGB
rgb(71, 74, 107)HSL
hsl(235, 20%, 35%)OKLCH
oklch(0.421 0.055 279.7)CMYK
cmyk(34%, 31%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404360
2#393C56
3#32344B
4#2B2D40
5#242536
6#1D1E2B
7#151620
8#0E0F15
9#07070B
Tints
Lighter variations
1#55587F
2#626693
3#7478A2
4#888BAF
5#9C9EBD
6#AFB2CA
7#C3C5D7
8#D7D8E4
9#EBECF2
Tones
Muted variations
1#494C69
2#4B4D68
3#4D4F66
4#4F5064
5#505262
6#525360
7#54555F
8#56565D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9497 #9497B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7579 #7579A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5E #5A5E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3335 #33354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D8E4;
--charcoal-300: #B9BBD0;
--charcoal-400: #9497B8;
--charcoal-500: #7579A3;
--charcoal-600: #5A5E87;
--charcoal-700: #474A6B;
--charcoal-800: #33354D;
--charcoal-900: #212231;
--charcoal-950: #14151F;
}