Charcoal
#101441
BlueColor Codes
All color formats for development
HEX
#101441RGB
rgb(16, 20, 65)HSL
hsl(235, 60%, 16%)OKLCH
oklch(0.221 0.084 273.4)CMYK
cmyk(75%, 69%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F123B
2#0D1034
3#0B0E2E
4#0A0C27
5#080A21
6#07081A
7#050614
8#03040D
9#020207
Tints
Lighter variations
1#191F64
2#212A86
3#2A35A8
4#333FCA
5#545ED4
6#767EDD
7#989FE5
8#BABFEE
9#DDDFF6
Tones
Muted variations
1#13163F
2#15183C
3#181B3A
4#1A1D37
5#1D1F35
6#1F2133
7#212330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 7079 #7079DB | Disabled statesSecondary iconsMuted text |
| 500 | 4753 #4753D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D38 #2D38B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242D #242D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A20 #1A2066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #CACDF2;
--charcoal-300: #A1A7E8;
--charcoal-400: #7079DB;
--charcoal-500: #4753D1;
--charcoal-600: #2D38B4;
--charcoal-700: #242D8F;
--charcoal-800: #1A2066;
--charcoal-900: #101441;
--charcoal-950: #0A0D29;
}