Charcoal
#383F7A
BlueColor Codes
All color formats for development
HEX
#383F7ARGB
rgb(56, 63, 122)HSL
hsl(234, 37%, 35%)OKLCH
oklch(0.393 0.099 275.8)CMYK
cmyk(54%, 48%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33396E
2#2D3262
3#272C56
4#222649
5#1C1F3D
6#161931
7#111325
8#0B0D18
9#06060C
Tints
Lighter variations
1#434B91
2#4D56A8
3#6069B6
4#777EC0
5#8D94CB
6#A4A9D5
7#BBBFE0
8#D2D4EA
9#E8EAF5
Tones
Muted variations
1#3C4177
2#3F4474
3#424770
4#45496D
5#494C6A
6#4C4F66
7#4F5163
8#535460
9#56575D
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 | AFB3 #AFB3DA | BordersInactive statesPlaceholder text |
| 400 | 858B #858BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626A #626AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474F #474F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383F #383F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282D #282D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | 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: #AFB3DA;
--charcoal-400: #858BC7;
--charcoal-500: #626AB7;
--charcoal-600: #474F9A;
--charcoal-700: #383F7A;
--charcoal-800: #282D57;
--charcoal-900: #1A1D38;
--charcoal-950: #101223;
}