Charcoal
#395479
BlueColor Codes
All color formats for development
HEX
#395479RGB
rgb(57, 84, 121)HSL
hsl(215, 36%, 35%)OKLCH
oklch(0.441 0.07 256.5)CMYK
cmyk(53%, 31%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334C6D
2#2E4361
3#283B55
4#223249
5#1D2A3D
6#172231
7#111924
8#0B1118
9#06080C
Tints
Lighter variations
1#446390
2#4E73A6
3#6184B5
4#7896BF
5#8EA7CA
6#A5B9D5
7#BBCADF
8#D2DCEA
9#E8EDF4
Tones
Muted variations
1#3C5476
2#405573
3#435670
4#46566D
5#495769
6#4C5766
7#505863
8#535860
9#56595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1D9 | BordersInactive statesPlaceholder text |
| 400 | 86A0 #86A0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6385 #6385B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4869 #486999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3954 #395479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293C #293C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DCEA;
--charcoal-300: #AFC1D9;
--charcoal-400: #86A0C6;
--charcoal-500: #6385B6;
--charcoal-600: #486999;
--charcoal-700: #395479;
--charcoal-800: #293C57;
--charcoal-900: #1A2637;
--charcoal-950: #101823;
}