Charcoal
#3F4673
BlueColor Codes
All color formats for development
HEX
#3F4673RGB
rgb(63, 70, 115)HSL
hsl(232, 29%, 35%)OKLCH
oklch(0.409 0.076 275.8)CMYK
cmyk(45%, 39%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#393F68
2#33385C
3#2C3151
4#262A45
5#20233A
6#191C2E
7#131523
8#0D0E17
9#06070C
Tints
Lighter variations
1#4B5389
2#57609E
3#6972AD
4#7F86B8
5#949BC4
6#A9AFD0
7#BFC3DC
8#D4D7E7
9#EAEBF3
Tones
Muted variations
1#424871
2#454A6E
3#474C6B
4#4A4E69
5#4C5066
6#4F5264
7#515461
8#54555E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C93 #8C93C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B74 #6B74AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5058 #505891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F46 #3F4673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E8E9F2;
--charcoal-200: #D4D7E7;
--charcoal-300: #B3B8D5;
--charcoal-400: #8C93C0;
--charcoal-500: #6B74AE;
--charcoal-600: #505891;
--charcoal-700: #3F4673;
--charcoal-800: #2D3252;
--charcoal-900: #1D2035;
--charcoal-950: #121421;
}