Charcoal
#14273E
BlueColor Codes
All color formats for development
HEX
#14273ERGB
rgb(20, 39, 62)HSL
hsl(213, 51%, 16%)OKLCH
oklch(0.269 0.05 254.1)CMYK
cmyk(68%, 37%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122337
2#101F31
3#0E1B2B
4#0C1725
5#0A131F
6#080F19
7#060C12
8#04080C
9#020406
Tints
Lighter variations
1#1E3B5E
2#294F7E
3#33649F
4#3E78BF
5#5D8ECB
6#7EA5D5
7#9EBBE0
8#BED2EA
9#DFE8F5
Tones
Muted variations
1#16273C
2#182739
3#1A2737
4#1C2835
5#1E2833
6#202831
7#23282F
8#25282D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C1 #A6C1E2 | BordersInactive statesPlaceholder text |
| 400 | 78A1 #78A1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5286 #5286C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376A #376AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C55 #2C5587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3C #1F3C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4ECF6;
--charcoal-200: #CDDCEF;
--charcoal-300: #A6C1E2;
--charcoal-400: #78A1D3;
--charcoal-500: #5286C7;
--charcoal-600: #376AA9;
--charcoal-700: #2C5587;
--charcoal-800: #1F3C60;
--charcoal-900: #14273E;
--charcoal-950: #0C1827;
}