Charcoal
#384C7A
BlueColor Codes
All color formats for development
HEX
#384C7ARGB
rgb(56, 76, 122)HSL
hsl(222, 37%, 35%)OKLCH
oklch(0.422 0.081 265.3)CMYK
cmyk(54%, 38%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33446E
2#2D3D62
3#273556
4#222E49
5#1C263D
6#161E31
7#111725
8#0B0F18
9#06080C
Tints
Lighter variations
1#435A91
2#4D68A8
3#607AB6
4#778DC0
5#8DA0CB
6#A4B3D5
7#BBC6E0
8#D2D9EA
9#E8ECF5
Tones
Muted variations
1#3C4D77
2#3F4F74
3#425070
4#45516D
5#49536A
6#4C5466
7#4F5563
8#535760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 8599 #8599C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627B #627BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4760 #47609A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384C #384C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBCDA;
--charcoal-400: #8599C7;
--charcoal-500: #627BB7;
--charcoal-600: #47609A;
--charcoal-700: #384C7A;
--charcoal-800: #283657;
--charcoal-900: #1A2338;
--charcoal-950: #101623;
}