Charcoal
#131E3E
BlueColor Codes
All color formats for development
HEX
#131E3ERGB
rgb(19, 30, 62)HSL
hsl(225, 53%, 16%)OKLCH
oklch(0.244 0.063 267.4)CMYK
cmyk(69%, 52%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111B38
2#0F1832
3#0D152C
4#0C1225
5#0A0F1F
6#080C19
7#060913
8#04060C
9#020306
Tints
Lighter variations
1#1D2E5F
2#273D80
3#314DA1
4#3B5DC2
5#5B78CD
6#7C93D7
7#9DAEE1
8#BDC9EB
9#DEE4F5
Tones
Muted variations
1#151F3C
2#18203A
3#1A2138
4#1C2236
5#1E2334
6#202431
7#22262F
8#24272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B5 #A5B5E3 | BordersInactive statesPlaceholder text |
| 400 | 768E #768ED5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6E #4F6EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3552 #3552AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A42 #2A4289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2F #1E2F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131E #131E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F7;
--charcoal-200: #CCD5EF;
--charcoal-300: #A5B5E3;
--charcoal-400: #768ED5;
--charcoal-500: #4F6EC9;
--charcoal-600: #3552AC;
--charcoal-700: #2A4289;
--charcoal-800: #1E2F62;
--charcoal-900: #131E3E;
--charcoal-950: #0C1327;
}