Charcoal
#14173E
BlueColor Codes
All color formats for development
HEX
#14173ERGB
rgb(20, 23, 62)HSL
hsl(236, 51%, 16%)OKLCH
oklch(0.228 0.074 275.6)CMYK
cmyk(68%, 63%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121437
2#101231
3#0E102B
4#0C0E25
5#0A0B1F
6#080919
7#060712
8#04050C
9#020206
Tints
Lighter variations
1#1E235E
2#292F7E
3#333B9F
4#3E47BF
5#5D65CB
6#7E83D5
7#9EA2E0
8#BEC1EA
9#DFE0F5
Tones
Muted variations
1#16193C
2#181A39
3#1A1C37
4#1C1E35
5#1E2033
6#202231
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 | A6AA #A6AAE2 | BordersInactive statesPlaceholder text |
| 400 | 787E #787ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 525A #525AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373F #373FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C32 #2C3287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F24 #1F2460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | 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: #A6AAE2;
--charcoal-400: #787ED3;
--charcoal-500: #525AC7;
--charcoal-600: #373FA9;
--charcoal-700: #2C3287;
--charcoal-800: #1F2460;
--charcoal-900: #14173E;
--charcoal-950: #0C0E27;
}