Charcoal
#3F4573
BlueColor Codes
All color formats for development
HEX
#3F4573RGB
rgb(63, 69, 115)HSL
hsl(233, 29%, 35%)OKLCH
oklch(0.407 0.077 276.7)CMYK
cmyk(45%, 40%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#393E68
2#33385C
3#2C3151
4#262A45
5#20233A
6#191C2E
7#131523
8#0D0E17
9#06070C
Tints
Lighter variations
1#4B5289
2#575F9E
3#6971AD
4#7F85B8
5#949AC4
6#A9AED0
7#BFC2DC
8#D4D6E7
9#EAEBF3
Tones
Muted variations
1#424771
2#45496E
3#474B6B
4#4A4D69
5#4C4F66
6#4F5164
7#515361
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 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B7 #B3B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8C92 #8C92C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B73 #6B73AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5057 #505791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F45 #3F4573 | 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: #D4D6E7;
--charcoal-300: #B3B7D5;
--charcoal-400: #8C92C0;
--charcoal-500: #6B73AE;
--charcoal-600: #505791;
--charcoal-700: #3F4573;
--charcoal-800: #2D3252;
--charcoal-900: #1D2035;
--charcoal-950: #121421;
}