Charcoal
#131D3E
BlueColor Codes
All color formats for development
HEX
#131D3ERGB
rgb(19, 29, 62)HSL
hsl(226, 53%, 16%)OKLCH
oklch(0.242 0.064 268.6)CMYK
cmyk(69%, 53%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111A38
2#0F1732
3#0D142C
4#0C1225
5#0A0F1F
6#080C19
7#060913
8#04060C
9#020306
Tints
Lighter variations
1#1D2D5F
2#273C80
3#314BA1
4#3B5BC2
5#5B76CD
6#7C91D7
7#9DADE1
8#BDC8EB
9#DEE4F5
Tones
Muted variations
1#151E3C
2#18203A
3#1A2138
4#1C2236
5#1E2334
6#202431
7#22252F
8#24262D
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 | CCD4 #CCD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B4 #A5B4E3 | BordersInactive statesPlaceholder text |
| 400 | 768D #768DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6C #4F6CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3550 #3550AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A40 #2A4089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2E #1E2E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131D #131D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F7;
--charcoal-200: #CCD4EF;
--charcoal-300: #A5B4E3;
--charcoal-400: #768DD5;
--charcoal-500: #4F6CC9;
--charcoal-600: #3550AC;
--charcoal-700: #2A4089;
--charcoal-800: #1E2E62;
--charcoal-900: #131D3E;
--charcoal-950: #0C1227;
}