Charcoal
#383E7A
BlueColor Codes
All color formats for development
HEX
#383E7ARGB
rgb(56, 62, 122)HSL
hsl(235, 37%, 35%)OKLCH
oklch(0.391 0.101 276.4)CMYK
cmyk(54%, 49%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33386E
2#2D3162
3#272B56
4#222549
5#1C1F3D
6#161931
7#111325
8#0B0C18
9#06060C
Tints
Lighter variations
1#434991
2#4D55A8
3#6067B6
4#777DC0
5#8D93CB
6#A4A8D5
7#BBBEE0
8#D2D4EA
9#E8E9F5
Tones
Muted variations
1#3C4077
2#3F4374
3#424670
4#45496D
5#494B6A
6#4C4E66
7#4F5163
8#535460
9#56565D
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 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 858A #858AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6269 #6269B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474E #474E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383E #383E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282C #282C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D4EA;
--charcoal-300: #AFB2DA;
--charcoal-400: #858AC7;
--charcoal-500: #6269B7;
--charcoal-600: #474E9A;
--charcoal-700: #383E7A;
--charcoal-800: #282C57;
--charcoal-900: #1A1C38;
--charcoal-950: #101223;
}