Charcoal
#38447A
BlueColor Codes
All color formats for development
HEX
#38447ARGB
rgb(56, 68, 122)HSL
hsl(229, 37%, 35%)OKLCH
oklch(0.404 0.092 272.3)CMYK
cmyk(54%, 44%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333E6E
2#2D3762
3#273056
4#222949
5#1C223D
6#161B31
7#111525
8#0B0E18
9#06070C
Tints
Lighter variations
1#435191
2#4D5EA8
3#6070B6
4#7784C0
5#8D99CB
6#A4ADD5
7#BBC2E0
8#D2D6EA
9#E8EBF5
Tones
Muted variations
1#3C4677
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 | 8591 #8591C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6271 #6271B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4756 #47569A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3844 #38447A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2831 #283157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | 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: #8591C7;
--charcoal-500: #6271B7;
--charcoal-600: #47569A;
--charcoal-700: #38447A;
--charcoal-800: #283157;
--charcoal-900: #1A1F38;
--charcoal-950: #101423;
}