Charcoal
#2C3B87
BlueColor Codes
All color formats for development
HEX
#2C3B87RGB
rgb(44, 59, 135)HSL
hsl(230, 51%, 35%)OKLCH
oklch(0.386 0.128 270.8)CMYK
cmyk(67%, 56%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#273579
2#232F6C
3#1F295E
4#1A2351
5#161D43
6#111836
7#0D1228
8#090C1B
9#04060D
Tints
Lighter variations
1#3446A0
2#3C51B9
3#5064C6
4#697ACE
5#8290D6
6#9BA6DF
7#B4BCE7
8#CDD3EF
9#E6E9F7
Tones
Muted variations
1#303E82
2#35417E
3#394479
4#3E4775
5#424A70
6#474D6B
7#4C5067
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 | A6B0 #A6B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7887 #7887D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5265 #5265C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374A #374AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3B #2C3B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | 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: #A6B0E2;
--charcoal-400: #7887D3;
--charcoal-500: #5265C7;
--charcoal-600: #374AA9;
--charcoal-700: #2C3B87;
--charcoal-800: #1F2A60;
--charcoal-900: #141B3E;
--charcoal-950: #0C1127;
}