Charcoal
#394779
BlueColor Codes
All color formats for development
HEX
#394779RGB
rgb(57, 71, 121)HSL
hsl(227, 36%, 35%)OKLCH
oklch(0.411 0.086 270.5)CMYK
cmyk(53%, 41%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33406D
2#2E3961
3#283255
4#222B49
5#1D243D
6#171C31
7#111524
8#0B0E18
9#06070C
Tints
Lighter variations
1#445490
2#4E61A6
3#6173B5
4#7887BF
5#8E9BCA
6#A5AFD5
7#BBC3DF
8#D2D7EA
9#E8EBF4
Tones
Muted variations
1#3C4976
2#404B73
3#434D70
4#464E6D
5#495069
6#4C5266
7#505463
8#535660
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D7EA;
--charcoal-300: #AFB8D9;
--charcoal-400: #8694C6;
--charcoal-500: #6375B6;
--charcoal-600: #485999;
--charcoal-700: #394779;
--charcoal-800: #293357;
--charcoal-900: #1A2037;
--charcoal-950: #101423;
}