Charcoal
#2E3484
BlueColor Codes
All color formats for development
HEX
#2E3484RGB
rgb(46, 52, 132)HSL
hsl(236, 48%, 35%)OKLCH
oklch(0.371 0.132 274.7)CMYK
cmyk(65%, 61%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2F77
2#252A6A
3#20245C
4#1C1F4F
5#171A42
6#131535
7#0E1028
8#090A1A
9#05050D
Tints
Lighter variations
1#373E9D
2#4047B5
3#535BC3
4#6C72CB
5#848AD4
6#9DA1DD
7#B5B9E5
8#CED0EE
9#E6E8F6
Tones
Muted variations
1#333880
2#373C7C
3#3B3F77
4#404373
5#44476F
6#484A6A
7#4C4E66
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 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7B81 #7B81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 555D #555DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A42 #3A42A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E34 #2E3484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F6;
--charcoal-200: #CED0EE;
--charcoal-300: #A8ACE1;
--charcoal-400: #7B81D1;
--charcoal-500: #555DC3;
--charcoal-600: #3A42A6;
--charcoal-700: #2E3484;
--charcoal-800: #21255E;
--charcoal-900: #15183C;
--charcoal-950: #0D0F26;
}