Charcoal
#2C3C87
BlueColor Codes
All color formats for development
HEX
#2C3C87RGB
rgb(44, 60, 135)HSL
hsl(229, 51%, 35%)OKLCH
oklch(0.388 0.126 270.4)CMYK
cmyk(67%, 56%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#273679
2#23306C
3#1F2A5E
4#1A2451
5#161E43
6#111836
7#0D1228
8#090C1B
9#04060D
Tints
Lighter variations
1#3448A0
2#3C53B9
3#5065C6
4#697BCE
5#8291D6
6#9BA7DF
7#B4BDE7
8#CDD3EF
9#E6E9F7
Tones
Muted variations
1#303F82
2#35427E
3#394579
4#3E4875
5#424B70
6#474E6B
7#4C5167
8#505362
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B1 #A6B1E2 | BordersInactive statesPlaceholder text |
| 400 | 7889 #7889D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5267 #5267C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374C #374CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3C #2C3C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141C #141C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD3EF;
--charcoal-300: #A6B1E2;
--charcoal-400: #7889D3;
--charcoal-500: #5267C7;
--charcoal-600: #374CA9;
--charcoal-700: #2C3C87;
--charcoal-800: #1F2B60;
--charcoal-900: #141C3E;
--charcoal-950: #0C1127;
}