Charcoal
#2E3684
BlueColor Codes
All color formats for development
HEX
#2E3684RGB
rgb(46, 54, 132)HSL
hsl(234, 48%, 35%)OKLCH
oklch(0.375 0.13 273.9)CMYK
cmyk(65%, 59%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3177
2#252C6A
3#20265C
4#1C214F
5#171B42
6#131635
7#0E1028
8#090B1A
9#05050D
Tints
Lighter variations
1#37419D
2#404BB5
3#535EC3
4#6C75CB
5#848CD4
6#9DA3DD
7#B5BAE5
8#CED1EE
9#E6E8F6
Tones
Muted variations
1#333A80
2#373E7C
3#3B4177
4#404573
5#44486F
6#484C6A
7#4C4F66
8#515262
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7B83 #7B83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5560 #5560C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A45 #3A45A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E37 #2E3784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193C | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F6;
--charcoal-200: #CED1EE;
--charcoal-300: #A8AEE1;
--charcoal-400: #7B83D1;
--charcoal-500: #5560C3;
--charcoal-600: #3A45A6;
--charcoal-700: #2E3784;
--charcoal-800: #21275E;
--charcoal-900: #15193C;
--charcoal-950: #0D1026;
}