Charcoal
#383A7A
BlueColor Codes
All color formats for development
HEX
#383A7ARGB
rgb(56, 58, 122)HSL
hsl(238, 37%, 35%)OKLCH
oklch(0.382 0.107 278.7)CMYK
cmyk(54%, 52%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33356E
2#2D2F62
3#272956
4#222349
5#1C1D3D
6#161731
7#111225
8#0B0C18
9#06060C
Tints
Lighter variations
1#434591
2#4D50A8
3#6063B6
4#7779C0
5#8D90CB
6#A4A6D5
7#BBBCE0
8#D2D2EA
9#E8E9F5
Tones
Muted variations
1#3C3E77
2#3F4174
3#424470
4#45476D
5#494A6A
6#4C4D66
7#4F5063
8#535360
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0DA | BordersInactive statesPlaceholder text |
| 400 | 8587 #8587C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6265 #6265B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4749 #47499A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383A #383A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282A #282A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D2EA;
--charcoal-300: #AFB0DA;
--charcoal-400: #8587C7;
--charcoal-500: #6265B7;
--charcoal-600: #47499A;
--charcoal-700: #383A7A;
--charcoal-800: #282A57;
--charcoal-900: #1A1B38;
--charcoal-950: #101123;
}