Charcoal
#394279
BlueColor Codes
All color formats for development
HEX
#394279RGB
rgb(57, 66, 121)HSL
hsl(232, 36%, 35%)OKLCH
oklch(0.4 0.093 274.4)CMYK
cmyk(53%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333B6D
2#2E3561
3#282E55
4#222749
5#1D213D
6#171A31
7#111424
8#0B0D18
9#06070C
Tints
Lighter variations
1#444E90
2#4E5AA6
3#616CB5
4#7881BF
5#8E96CA
6#A5ABD5
7#BBC0DF
8#D2D5EA
9#E8EAF4
Tones
Muted variations
1#3C4476
2#404673
3#434970
4#464B6D
5#494D69
6#4C5066
7#505263
8#535560
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB5D9;
--charcoal-400: #868EC6;
--charcoal-500: #636EB6;
--charcoal-600: #485399;
--charcoal-700: #394279;
--charcoal-800: #292F57;
--charcoal-900: #1A1E37;
--charcoal-950: #101323;
}