Charcoal
#2D3986
BlueColor Codes
All color formats for development
HEX
#2D3986RGB
rgb(45, 57, 134)HSL
hsl(232, 50%, 35%)OKLCH
oklch(0.382 0.129 272.1)CMYK
cmyk(66%, 57%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#283378
2#242D6B
3#1F285E
4#1B2250
5#161C43
6#121736
7#0D1128
8#090B1B
9#04060D
Tints
Lighter variations
1#35439F
2#3D4EB8
3#5160C5
4#6A77CD
5#838ED6
6#9CA4DE
7#B4BBE6
8#CDD2EE
9#E6E8F7
Tones
Muted variations
1#313C81
2#363F7D
3#3A4278
4#3E4674
5#434970
6#474C6B
7#4C4F67
8#505362
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | 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: #F4F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD2EE;
--charcoal-300: #A7AFE2;
--charcoal-400: #7985D2;
--charcoal-500: #5362C6;
--charcoal-600: #3847A8;
--charcoal-700: #2D3986;
--charcoal-800: #202860;
--charcoal-900: #141A3D;
--charcoal-950: #0D1026;
}