Charcoal
#2E3385
BlueColor Codes
All color formats for development
HEX
#2E3385RGB
rgb(46, 51, 133)HSL
hsl(237, 49%, 35%)OKLCH
oklch(0.369 0.135 275)CMYK
cmyk(65%, 62%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292D78
2#24286A
3#20235D
4#1B1E50
5#171942
6#121435
7#0E0F28
8#090A1B
9#05050D
Tints
Lighter variations
1#363B9E
2#3E44B6
3#5258C4
4#6B70CC
5#8488D5
6#9C9FDD
7#B5B7E6
8#CECFEE
9#E6E7F7
Tones
Muted variations
1#323681
2#363A7C
3#3B3E78
4#3F4273
5#43466F
6#484A6B
7#4C4D66
8#515162
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7E #7A7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 545A #545AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393F #393FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E32 #2E3285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E4E5F6;
--charcoal-200: #CECFEE;
--charcoal-300: #A8AAE1;
--charcoal-400: #7A7ED1;
--charcoal-500: #545AC4;
--charcoal-600: #393FA7;
--charcoal-700: #2E3285;
--charcoal-800: #21245F;
--charcoal-900: #15173D;
--charcoal-950: #0D0E26;
}