Charcoal
#21325F
BlueColor Codes
All color formats for development
HEX
#21325FRGB
rgb(33, 50, 95)HSL
hsl(224, 48%, 25%)OKLCH
oklch(0.328 0.083 266.4)CMYK
cmyk(65%, 47%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2D55
2#1B284B
3#172342
4#141E39
5#11192F
6#0D1426
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2B407B
2#354F97
3#3F5EB3
4#5573C3
5#718ACD
6#8EA1D7
7#AAB9E1
8#C6D0EB
9#E3E8F5
Tones
Muted variations
1#24335B
2#273458
3#2A3655
4#2D3752
5#30394F
6#343A4C
7#373B49
8#3A3D46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B7 #A8B7E1 | BordersInactive statesPlaceholder text |
| 400 | 7B92 #7B92D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5573 #5573C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A57 #3A57A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E45 #2E4584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2131 #21315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED6EE;
--charcoal-300: #A8B7E1;
--charcoal-400: #7B92D1;
--charcoal-500: #5573C3;
--charcoal-600: #3A57A6;
--charcoal-700: #2E4584;
--charcoal-800: #21315E;
--charcoal-900: #15203C;
--charcoal-950: #0D1426;
}