Charcoal
#14163D
BlueColor Codes
All color formats for development
HEX
#14163DRGB
rgb(20, 22, 61)HSL
hsl(237, 51%, 16%)OKLCH
oklch(0.225 0.073 276.5)CMYK
cmyk(67%, 64%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121437
2#101231
3#0E0F2B
4#0C0D25
5#0A0B1F
6#080919
7#060712
8#04040C
9#020206
Tints
Lighter variations
1#1E225E
2#292D7E
3#33399F
4#3E44BF
5#5D63CB
6#7E82D5
7#9EA1E0
8#BEC0EA
9#DFE0F5
Tones
Muted variations
1#16183C
2#181A39
3#1A1C37
4#1C1E35
5#1E1F33
6#202131
7#23232F
8#25252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A9 #A6A9E2 | BordersInactive statesPlaceholder text |
| 400 | 787D #787DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5258 #5258C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373D #373DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C30 #2C3087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F22 #1F2260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F6;
--charcoal-200: #CDCFEF;
--charcoal-300: #A6A9E2;
--charcoal-400: #787DD3;
--charcoal-500: #5258C7;
--charcoal-600: #373DA9;
--charcoal-700: #2C3087;
--charcoal-800: #1F2260;
--charcoal-900: #14163E;
--charcoal-950: #0C0E27;
}