Charcoal
#101242
BlueColor Codes
All color formats for development
HEX
#101242RGB
rgb(16, 18, 66)HSL
hsl(238, 61%, 16%)OKLCH
oklch(0.218 0.089 274.4)CMYK
cmyk(76%, 73%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E103B
2#0D0E35
3#0B0C2E
4#0A0B27
5#080921
6#06071A
7#050514
8#03040D
9#020207
Tints
Lighter variations
1#181B64
2#212487
3#292DA9
4#3136CC
5#5357D5
6#7579DE
7#989AE6
8#BABCEE
9#DDDDF7
Tones
Muted variations
1#12143F
2#15163D
3#17193A
4#1A1B38
5#1C1D35
6#1F2033
7#212230
8#24242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACB #CACBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A3 #A1A3E8 | BordersInactive statesPlaceholder text |
| 400 | 6F73 #6F73DC | Disabled statesSecondary iconsMuted text |
| 500 | 464B #464BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C30 #2C30B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2326 #232690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191B #191B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E2E3F8;
--charcoal-200: #CACBF2;
--charcoal-300: #A1A3E8;
--charcoal-400: #6F73DC;
--charcoal-500: #464BD2;
--charcoal-600: #2C30B5;
--charcoal-700: #232690;
--charcoal-800: #191B67;
--charcoal-900: #101242;
--charcoal-950: #0A0B29;
}