Charcoal
#3F4F73
BlueColor Codes
All color formats for development
HEX
#3F4F73RGB
rgb(63, 79, 115)HSL
hsl(222, 29%, 35%)OKLCH
oklch(0.43 0.063 265.5)CMYK
cmyk(45%, 31%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#394768
2#333F5C
3#2C3751
4#262F45
5#20273A
6#19202E
7#131823
8#0D1017
9#06080C
Tints
Lighter variations
1#4B5E89
2#576C9E
3#697EAD
4#7F90B8
5#94A3C4
6#A9B5D0
7#BFC8DC
8#D4DAE7
9#EAEDF3
Tones
Muted variations
1#425071
2#45516E
3#47526B
4#4A5369
5#4C5466
6#4F5564
7#515661
8#54575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DA #D4DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BE #B3BED5 | BordersInactive statesPlaceholder text |
| 400 | 8C9B #8C9BC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7F #6B7FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5063 #506391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4F #3F4F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D38 #2D3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2435 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8EBF2;
--charcoal-200: #D4DAE7;
--charcoal-300: #B3BED5;
--charcoal-400: #8C9BC0;
--charcoal-500: #6B7FAE;
--charcoal-600: #506391;
--charcoal-700: #3F4F73;
--charcoal-800: #2D3852;
--charcoal-900: #1D2435;
--charcoal-950: #121721;
}