Charcoal
#101442
BlueColor Codes
All color formats for development
HEX
#101442RGB
rgb(16, 20, 66)HSL
hsl(235, 61%, 16%)OKLCH
oklch(0.222 0.086 273.3)CMYK
cmyk(76%, 70%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E123B
2#0D1035
3#0B0E2E
4#0A0C27
5#080A21
6#06081A
7#050614
8#03040D
9#020207
Tints
Lighter variations
1#181F64
2#212987
3#2934A9
4#313ECC
5#535DD5
6#757EDE
7#989EE6
8#BABEEE
9#DDDFF7
Tones
Muted variations
1#12163F
2#15183D
3#171A3A
4#1A1C38
5#1C1E35
6#1F2133
7#212330
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 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | 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: #F3F3FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #CACDF2;
--charcoal-300: #A1A7E8;
--charcoal-400: #6F78DC;
--charcoal-500: #4652D2;
--charcoal-600: #2C37B5;
--charcoal-700: #232C90;
--charcoal-800: #191F67;
--charcoal-900: #101442;
--charcoal-950: #0A0D29;
}