Charcoal
#101341
BlueColor Codes
All color formats for development
HEX
#101341RGB
rgb(16, 19, 65)HSL
hsl(236, 60%, 16%)OKLCH
oklch(0.219 0.086 274)CMYK
cmyk(75%, 71%, 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#191E64
2#212886
3#2A32A8
4#333DCA
5#545CD4
6#767DDD
7#989DE5
8#BABEEE
9#DDDEF6
Tones
Muted variations
1#13163F
2#15183C
3#181A3A
4#1A1C37
5#1D1E35
6#1F2033
7#212230
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A6 #A1A6E8 | BordersInactive statesPlaceholder text |
| 400 | 7077 #7077DB | Disabled statesSecondary iconsMuted text |
| 500 | 4751 #4751D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D36 #2D36B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242B #242B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #CACDF2;
--charcoal-300: #A1A6E8;
--charcoal-400: #7077DB;
--charcoal-500: #4751D1;
--charcoal-600: #2D36B4;
--charcoal-700: #242B8F;
--charcoal-800: #1A1F66;
--charcoal-900: #101441;
--charcoal-950: #0A0C29;
}