Charcoal
#38487A
BlueColor Codes
All color formats for development
HEX
#38487ARGB
rgb(56, 72, 122)HSL
hsl(225, 37%, 35%)OKLCH
oklch(0.413 0.086 269)CMYK
cmyk(54%, 41%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33416E
2#2D3A62
3#273356
4#222C49
5#1C243D
6#161D31
7#111625
8#0B0F18
9#06070C
Tints
Lighter variations
1#435691
2#4D64A8
3#6076B6
4#7789C0
5#8D9DCB
6#A4B0D5
7#BBC4E0
8#D2D8EA
9#E8EBF5
Tones
Muted variations
1#3C4A77
2#3F4C74
3#424E70
4#454F6D
5#49516A
6#4C5366
7#4F5463
8#535660
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8595 #8595C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6277 #6277B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475B #475B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3849 #38497A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2834 #283457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D8EA;
--charcoal-300: #AFB9DA;
--charcoal-400: #8595C7;
--charcoal-500: #6277B7;
--charcoal-600: #475B9A;
--charcoal-700: #38497A;
--charcoal-800: #283457;
--charcoal-900: #1A2138;
--charcoal-950: #101523;
}