Charcoal
#2E3985
BlueColor Codes
All color formats for development
HEX
#2E3985RGB
rgb(46, 57, 133)HSL
hsl(232, 49%, 35%)OKLCH
oklch(0.381 0.127 272.7)CMYK
cmyk(65%, 57%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293378
2#242E6A
3#20285D
4#1B2250
5#171D42
6#121735
7#0E1128
8#090B1B
9#05060D
Tints
Lighter variations
1#36449E
2#3E4EB6
3#5261C4
4#6B78CC
5#848ED5
6#9CA5DD
7#B5BBE6
8#CED2EE
9#E6E8F7
Tones
Muted variations
1#323C81
2#36407C
3#3B4378
4#3F4673
5#43496F
6#484C6B
7#4C5066
8#515362
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A86 #7A86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5463 #5463C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3948 #3948A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E39 #2E3985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3D | 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: #F4F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CED2EE;
--charcoal-300: #A8AFE1;
--charcoal-400: #7A86D1;
--charcoal-500: #5463C4;
--charcoal-600: #3948A7;
--charcoal-700: #2E3985;
--charcoal-800: #21295F;
--charcoal-900: #151A3D;
--charcoal-950: #0D1026;
}