Charcoal
#2E3E85
BlueColor Codes
All color formats for development
HEX
#2E3E85RGB
rgb(46, 62, 133)HSL
hsl(229, 49%, 35%)OKLCH
oklch(0.392 0.12 270.4)CMYK
cmyk(65%, 53%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293778
2#24316A
3#202B5D
4#1B2550
5#171F42
6#121935
7#0E1228
8#090C1B
9#05060D
Tints
Lighter variations
1#36499E
2#3E54B6
3#5267C4
4#6B7DCC
5#8492D5
6#9CA8DD
7#B5BEE6
8#CED4EE
9#E6E9F7
Tones
Muted variations
1#324081
2#36437C
3#3B4678
4#3F4973
5#434B6F
6#484E6B
7#4C5166
8#515462
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8A #7A8AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5469 #5469C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394D #394DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CED4EE;
--charcoal-300: #A8B2E1;
--charcoal-400: #7A8AD1;
--charcoal-500: #5469C4;
--charcoal-600: #394DA7;
--charcoal-700: #2E3E85;
--charcoal-800: #212C5F;
--charcoal-900: #151C3D;
--charcoal-950: #0D1226;
}