Charcoal
#2E3685
BlueColor Codes
All color formats for development
HEX
#2E3685RGB
rgb(46, 54, 133)HSL
hsl(234, 49%, 35%)OKLCH
oklch(0.375 0.131 273.9)CMYK
cmyk(65%, 59%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293178
2#242B6A
3#20265D
4#1B2150
5#171B42
6#121635
7#0E1028
8#090B1B
9#05050D
Tints
Lighter variations
1#36409E
2#3E4AB6
3#525DC4
4#6B75CC
5#848CD5
6#9CA3DD
7#B5BAE6
8#CED1EE
9#E6E8F7
Tones
Muted variations
1#323A81
2#363D7C
3#3B4178
4#3F4473
5#43486F
6#484B6B
7#4C4F66
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 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AD #A8ADE1 | BordersInactive statesPlaceholder text |
| 400 | 7A83 #7A83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545F #545FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3944 #3944A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E36 #2E3685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275F | 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: #A8ADE1;
--charcoal-400: #7A83D1;
--charcoal-500: #545FC4;
--charcoal-600: #3944A7;
--charcoal-700: #2E3685;
--charcoal-800: #21275F;
--charcoal-900: #15193D;
--charcoal-950: #0D1026;
}