Charcoal
#3F5573
BlueColor Codes
All color formats for development
HEX
#3F5573RGB
rgb(63, 85, 115)HSL
hsl(215, 29%, 35%)OKLCH
oklch(0.445 0.057 256.3)CMYK
cmyk(45%, 26%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#394C68
2#33445C
3#2C3B51
4#263345
5#202A3A
6#19222E
7#131923
8#0D1117
9#06080C
Tints
Lighter variations
1#4B6589
2#57749E
3#6985AD
4#7F97B8
5#94A8C4
6#A9B9D0
7#BFCBDC
8#D4DCE7
9#EAEEF3
Tones
Muted variations
1#425571
2#45566E
3#47566B
4#4A5769
5#4C5766
6#4F5864
7#515861
8#54585E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B87 #6B87AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506B #506B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F55 #3F5573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8ECF2;
--charcoal-200: #D4DCE7;
--charcoal-300: #B3C2D5;
--charcoal-400: #8CA1C0;
--charcoal-500: #6B87AE;
--charcoal-600: #506B91;
--charcoal-700: #3F5573;
--charcoal-800: #2D3D52;
--charcoal-900: #1D2735;
--charcoal-950: #121821;
}