Charcoal
#131A3F
BlueColor Codes
All color formats for development
HEX
#131A3FRGB
rgb(19, 26, 63)HSL
hsl(230, 54%, 16%)OKLCH
oklch(0.235 0.071 271.8)CMYK
cmyk(70%, 59%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111839
2#0F1532
3#0D122C
4#0B1026
5#090D1F
6#080A19
7#060813
8#04050D
9#020306
Tints
Lighter variations
1#1D2860
2#263681
3#3043A2
4#3A51C3
5#5A6DCE
6#7B8AD8
7#9CA8E1
8#BDC5EB
9#DEE2F5
Tones
Muted variations
1#151C3D
2#171D3A
3#191F38
4#1C2036
5#1E2134
6#202332
7#22242F
8#24262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE4 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E63 #4E63CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3448 #3448AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2939 #293989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D29 #1D2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F7;
--charcoal-200: #CCD2F0;
--charcoal-300: #A5AFE4;
--charcoal-400: #7686D6;
--charcoal-500: #4E63CA;
--charcoal-600: #3448AD;
--charcoal-700: #293989;
--charcoal-800: #1D2962;
--charcoal-900: #131A3F;
--charcoal-950: #0C1027;
}