Charcoal
#323F81
BlueColor Codes
All color formats for development
HEX
#323F81RGB
rgb(50, 63, 129)HSL
hsl(230, 44%, 35%)OKLCH
oklch(0.394 0.112 272)CMYK
cmyk(61%, 51%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3974
2#283267
3#232C5A
4#1E264D
5#192040
6#141933
7#0F1327
8#0A0D1A
9#05060D
Tints
Lighter variations
1#3B4B98
2#4556B0
3#5869BE
4#707EC7
5#8894D1
6#A0A9DA
7#B7BFE3
8#CFD4EC
9#E7EAF6
Tones
Muted variations
1#36427D
2#3A4479
3#3E4775
4#424A71
5#464C6D
6#4A4F69
7#4D5165
8#515461
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 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6B #5A6BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4F #3F4FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323F #323F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD4EC;
--charcoal-300: #ABB3DE;
--charcoal-400: #7E8CCD;
--charcoal-500: #5A6BBF;
--charcoal-600: #3F4FA2;
--charcoal-700: #323F81;
--charcoal-800: #242D5C;
--charcoal-900: #171D3B;
--charcoal-950: #0E1225;
}