Charcoal
#38407A
BlueColor Codes
All color formats for development
HEX
#38407ARGB
rgb(56, 64, 122)HSL
hsl(233, 37%, 35%)OKLCH
oklch(0.395 0.098 275.1)CMYK
cmyk(54%, 48%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333A6E
2#2D3362
3#272D56
4#222649
5#1C203D
6#161A31
7#111325
8#0B0D18
9#06060C
Tints
Lighter variations
1#434C91
2#4D58A8
3#606AB6
4#777FC0
5#8D95CB
6#A4AAD5
7#BBBFE0
8#D2D4EA
9#E8EAF5
Tones
Muted variations
1#3C4277
2#3F4574
3#424870
4#454A6D
5#494D6A
6#4C4F66
7#4F5263
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 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858C #858CC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626C #626CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4750 #47509A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3840 #38407A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | 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: #AFB4DA;
--charcoal-400: #858CC7;
--charcoal-500: #626CB7;
--charcoal-600: #47509A;
--charcoal-700: #38407A;
--charcoal-800: #282E57;
--charcoal-900: #1A1D38;
--charcoal-950: #101223;
}