Charcoal
#38427A
BlueColor Codes
All color formats for development
HEX
#38427ARGB
rgb(56, 66, 122)HSL
hsl(231, 37%, 35%)OKLCH
oklch(0.399 0.095 273.7)CMYK
cmyk(54%, 46%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333C6E
2#2D3562
3#272E56
4#222849
5#1C213D
6#161A31
7#111425
8#0B0D18
9#06070C
Tints
Lighter variations
1#434E91
2#4D5BA8
3#606DB6
4#7782C0
5#8D97CB
6#A4ACD5
7#BBC0E0
8#D2D5EA
9#E8EAF5
Tones
Muted variations
1#3C4477
2#3F4774
3#424970
4#454B6D
5#494E6A
6#4C5066
7#4F5263
8#535560
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5DA | BordersInactive statesPlaceholder text |
| 400 | 858F #858FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626F #626FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4753 #47539A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3842 #38427A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282F #282F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | 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: #E7E9F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB5DA;
--charcoal-400: #858FC7;
--charcoal-500: #626FB7;
--charcoal-600: #47539A;
--charcoal-700: #38427A;
--charcoal-800: #282F57;
--charcoal-900: #1A1E38;
--charcoal-950: #101323;
}