Charcoal
#47476B
BlueColor Codes
All color formats for development
HEX
#47476BRGB
rgb(71, 71, 107)HSL
hsl(240, 20%, 35%)OKLCH
oklch(0.414 0.06 283.5)CMYK
cmyk(34%, 34%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404060
2#393956
3#32324B
4#2B2B40
5#242436
6#1D1D2B
7#151520
8#0E0E15
9#07070B
Tints
Lighter variations
1#55557F
2#626293
3#7474A2
4#8888AF
5#9C9CBD
6#AFAFCA
7#C3C3D7
8#D7D7E4
9#EBEBF2
Tones
Muted variations
1#494969
2#4B4B68
3#4D4D66
4#4F4F64
5#505062
6#525260
7#54545F
8#56565D
9#57575B
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 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D7E4;
--charcoal-300: #B9B9D0;
--charcoal-400: #9494B8;
--charcoal-500: #7575A3;
--charcoal-600: #5A5A87;
--charcoal-700: #47476B;
--charcoal-800: #33334D;
--charcoal-900: #212131;
--charcoal-950: #14141F;
}