Charcoal
#324281
BlueColor Codes
All color formats for development
HEX
#324281RGB
rgb(50, 66, 129)HSL
hsl(228, 44%, 35%)OKLCH
oklch(0.4 0.107 270.2)CMYK
cmyk(61%, 49%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3B74
2#283567
3#232E5A
4#1E274D
5#192140
6#141A33
7#0F1427
8#0A0D1A
9#05070D
Tints
Lighter variations
1#3B4E98
2#455AB0
3#586CBE
4#7081C7
5#8896D1
6#A0ABDA
7#B7C0E3
8#CFD5EC
9#E7EAF6
Tones
Muted variations
1#36447D
2#3A4679
3#3E4975
4#424B71
5#464D6D
6#4A5069
7#4D5265
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6E #5A6EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F53 #3F53A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3242 #324281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5EC;
--charcoal-300: #ABB5DE;
--charcoal-400: #7E8ECD;
--charcoal-500: #5A6EBF;
--charcoal-600: #3F53A2;
--charcoal-700: #324281;
--charcoal-800: #242F5C;
--charcoal-900: #171E3B;
--charcoal-950: #0E1325;
}