Charcoal
#38457A
BlueColor Codes
All color formats for development
HEX
#38457ARGB
rgb(56, 69, 122)HSL
hsl(228, 37%, 35%)OKLCH
oklch(0.406 0.09 271.5)CMYK
cmyk(54%, 43%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333E6E
2#2D3862
3#273156
4#222A49
5#1C233D
6#161C31
7#111525
8#0B0E18
9#06070C
Tints
Lighter variations
1#435291
2#4D5FA8
3#6071B6
4#7785C0
5#8D9ACB
6#A4AED5
7#BBC2E0
8#D2D6EA
9#E8EBF5
Tones
Muted variations
1#3C4777
2#3F4974
3#424B70
4#454D6D
5#494F6A
6#4C5166
7#4F5363
8#535560
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8592 #8592C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6273 #6273B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4757 #47579A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3845 #38457A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D6EA;
--charcoal-300: #AFB7DA;
--charcoal-400: #8592C7;
--charcoal-500: #6273B7;
--charcoal-600: #47579A;
--charcoal-700: #38457A;
--charcoal-800: #283257;
--charcoal-900: #1A2038;
--charcoal-950: #101423;
}