Charcoal
#383C7A
BlueColor Codes
All color formats for development
HEX
#383C7ARGB
rgb(56, 60, 122)HSL
hsl(236, 37%, 35%)OKLCH
oklch(0.386 0.104 277.6)CMYK
cmyk(54%, 51%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33376E
2#2D3162
3#272A56
4#222449
5#1C1E3D
6#161831
7#111225
8#0B0C18
9#06060C
Tints
Lighter variations
1#434891
2#4D53A8
3#6066B6
4#777CC0
5#8D92CB
6#A4A7D5
7#BBBDE0
8#D2D3EA
9#E8E9F5
Tones
Muted variations
1#3C3F77
2#3F4274
3#424570
4#45486D
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 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 8589 #8589C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6267 #6267B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474C #474C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383D #383D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | 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: #D2D3EA;
--charcoal-300: #AFB2DA;
--charcoal-400: #8589C7;
--charcoal-500: #6267B7;
--charcoal-600: #474C9A;
--charcoal-700: #383D7A;
--charcoal-800: #282B57;
--charcoal-900: #1A1C38;
--charcoal-950: #101123;
}