Charcoal
#2E3384
BlueColor Codes
All color formats for development
HEX
#2E3384RGB
rgb(46, 51, 132)HSL
hsl(237, 48%, 35%)OKLCH
oklch(0.369 0.134 275)CMYK
cmyk(65%, 61%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2E77
2#25296A
3#20235C
4#1C1E4F
5#171942
6#131435
7#0E0F28
8#090A1A
9#05050D
Tints
Lighter variations
1#373C9D
2#4046B5
3#5359C3
4#6C71CB
5#8488D4
6#9DA0DD
7#B5B8E5
8#CED0EE
9#E6E7F6
Tones
Muted variations
1#333780
2#373A7C
3#3B3E77
4#404273
5#44466F
6#484A6A
7#4C4E66
8#515262
9#55555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7F #7B7FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 555B #555BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A40 #3A40A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | 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: #E5E5F6;
--charcoal-200: #CED0EE;
--charcoal-300: #A8ABE1;
--charcoal-400: #7B7FD1;
--charcoal-500: #555BC3;
--charcoal-600: #3A40A6;
--charcoal-700: #2E3384;
--charcoal-800: #21245E;
--charcoal-900: #15173C;
--charcoal-950: #0D0E26;
}