Charcoal
#47496B
BlueColor Codes
All color formats for development
HEX
#47496BRGB
rgb(71, 73, 107)HSL
hsl(237, 20%, 35%)OKLCH
oklch(0.418 0.057 281.1)CMYK
cmyk(34%, 32%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404260
2#393B56
3#32334B
4#2B2C40
5#242536
6#1D1D2B
7#151620
8#0E0F15
9#07070B
Tints
Lighter variations
1#55577F
2#626493
3#7476A2
4#888AAF
5#9C9DBD
6#AFB1CA
7#C3C4D7
8#D7D8E4
9#EBEBF2
Tones
Muted variations
1#494B69
2#4B4C68
3#4D4E66
4#4F5064
5#505162
6#525360
7#54545F
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 | B9BA #B9BAD0 | BordersInactive statesPlaceholder text |
| 400 | 9496 #9496B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7578 #7578A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5C #5A5C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3334 #33344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #B9BAD0;
--charcoal-400: #9496B8;
--charcoal-500: #7578A3;
--charcoal-600: #5A5C87;
--charcoal-700: #47496B;
--charcoal-800: #33344D;
--charcoal-900: #212131;
--charcoal-950: #14151F;
}