Charcoal
#2E3885
BlueColor Codes
All color formats for development
HEX
#2E3885RGB
rgb(46, 56, 133)HSL
hsl(233, 49%, 35%)OKLCH
oklch(0.379 0.128 273.1)CMYK
cmyk(65%, 58%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293278
2#242D6A
3#20275D
4#1B2150
5#171C42
6#121635
7#0E1128
8#090B1B
9#05060D
Tints
Lighter variations
1#36429E
2#3E4CB6
3#525FC4
4#6B76CC
5#848DD5
6#9CA4DD
7#B5BBE6
8#CED1EE
9#E6E8F7
Tones
Muted variations
1#323B81
2#363E7C
3#3B4278
4#3F4573
5#43486F
6#484C6B
7#4C4F66
8#515362
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | 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: #E4E6F6;
--charcoal-200: #CED1EE;
--charcoal-300: #A8AEE1;
--charcoal-400: #7A84D1;
--charcoal-500: #5461C4;
--charcoal-600: #3946A7;
--charcoal-700: #2E3885;
--charcoal-800: #21285F;
--charcoal-900: #15193D;
--charcoal-950: #0D1026;
}