Charcoal
#47486B
BlueColor Codes
All color formats for development
HEX
#47486BRGB
rgb(71, 72, 107)HSL
hsl(238, 20%, 35%)OKLCH
oklch(0.416 0.058 282.3)CMYK
cmyk(34%, 33%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404160
2#393A56
3#32334B
4#2B2C40
5#242436
6#1D1D2B
7#151620
8#0E0F15
9#07070B
Tints
Lighter variations
1#55567F
2#626493
3#7475A2
4#8889AF
5#9C9DBD
6#AFB0CA
7#C3C4D7
8#D7D8E4
9#EBEBF2
Tones
Muted variations
1#494A69
2#4B4C68
3#4D4E66
4#4F4F64
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 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9495 #9495B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7577 #7577A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5B #5A5B87 | 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: #B9B9D0;
--charcoal-400: #9495B8;
--charcoal-500: #7577A3;
--charcoal-600: #5A5B87;
--charcoal-700: #47496B;
--charcoal-800: #33344D;
--charcoal-900: #212131;
--charcoal-950: #14151F;
}