Charcoal
#2E3B84
BlueColor Codes
All color formats for development
HEX
#2E3B84RGB
rgb(46, 59, 132)HSL
hsl(231, 48%, 35%)OKLCH
oklch(0.385 0.123 271.8)CMYK
cmyk(65%, 55%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3577
2#252F6A
3#20295C
4#1C244F
5#171E42
6#131835
7#0E1228
8#090C1A
9#05060D
Tints
Lighter variations
1#37469D
2#4051B5
3#5364C3
4#6C7ACB
5#8490D4
6#9DA6DD
7#B5BDE5
8#CED3EE
9#E6E9F6
Tones
Muted variations
1#333E80
2#37417C
3#3B4477
4#404773
5#444A6F
6#484D6A
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 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7B88 #7B88D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5566 #5566C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4B #3A4BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F6;
--charcoal-200: #CED3EE;
--charcoal-300: #A8B1E1;
--charcoal-400: #7B88D1;
--charcoal-500: #5566C3;
--charcoal-600: #3A4BA6;
--charcoal-700: #2E3B84;
--charcoal-800: #212A5E;
--charcoal-900: #151B3C;
--charcoal-950: #0D1126;
}