Charcoal
#323281
BlueColor Codes
All color formats for development
HEX
#323281RGB
rgb(50, 50, 129)HSL
hsl(240, 44%, 35%)OKLCH
oklch(0.367 0.13 277.9)CMYK
cmyk(61%, 61%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2D74
2#282867
3#23235A
4#1E1E4D
5#191940
6#141433
7#0F0F27
8#0A0A1A
9#05050D
Tints
Lighter variations
1#3B3B98
2#4545B0
3#5858BE
4#7070C7
5#8888D1
6#A0A0DA
7#B7B7E3
8#CFCFEC
9#E7E7F6
Tones
Muted variations
1#36367D
2#3A3A79
3#3E3E75
4#424271
5#46466D
6#4A4A69
7#4D4D65
8#515161
9#55555D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5A #5A5ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F3F #3F3FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3232 #323281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFEC;
--charcoal-300: #ABABDE;
--charcoal-400: #7E7ECD;
--charcoal-500: #5A5ABF;
--charcoal-600: #3F3FA2;
--charcoal-700: #323281;
--charcoal-800: #24245C;
--charcoal-900: #17173B;
--charcoal-950: #0E0E25;
}