Charcoal
#38437A
BlueColor Codes
All color formats for development
HEX
#38437ARGB
rgb(56, 67, 122)HSL
hsl(230, 37%, 35%)OKLCH
oklch(0.402 0.093 273)CMYK
cmyk(54%, 45%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333D6E
2#2D3662
3#272F56
4#222849
5#1C223D
6#161B31
7#111425
8#0B0D18
9#06070C
Tints
Lighter variations
1#435091
2#4D5CA8
3#606EB6
4#7783C0
5#8D98CB
6#A4ACD5
7#BBC1E0
8#D2D6EA
9#E8EAF5
Tones
Muted variations
1#3C4577
2#3F4874
3#424A70
4#454C6D
5#494E6A
6#4C5066
7#4F5363
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 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6DA | BordersInactive statesPlaceholder text |
| 400 | 8590 #8590C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6270 #6270B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4755 #47559A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3843 #38437A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2830 #283057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | 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: #D2D6EA;
--charcoal-300: #AFB6DA;
--charcoal-400: #8590C7;
--charcoal-500: #6270B7;
--charcoal-600: #47559A;
--charcoal-700: #38437A;
--charcoal-800: #283057;
--charcoal-900: #1A1F38;
--charcoal-950: #101323;
}