Charcoal
#142E3D
BlueColor Codes
All color formats for development
HEX
#142E3DRGB
rgb(20, 46, 61)HSL
hsl(202, 51%, 16%)OKLCH
oklch(0.288 0.042 236.1)CMYK
cmyk(67%, 25%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122A37
2#102531
3#0E202B
4#0C1C25
5#0A171F
6#081319
7#060E12
8#04090C
9#020506
Tints
Lighter variations
1#1E475E
2#295F7E
3#33779F
4#3E90BF
5#5DA2CB
6#7EB5D5
7#9EC7E0
8#BEDAEA
9#DFECF5
Tones
Muted variations
1#162E3C
2#182D39
3#1A2D37
4#1C2C35
5#1E2C33
6#202B31
7#232A2F
8#252A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CC #A6CCE2 | BordersInactive statesPlaceholder text |
| 400 | 78B2 #78B2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529C #529CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377F #377FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C65 #2C6587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F48 #1F4860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE2EF;
--charcoal-300: #A6CCE2;
--charcoal-400: #78B2D3;
--charcoal-500: #529CC7;
--charcoal-600: #377FA9;
--charcoal-700: #2C6587;
--charcoal-800: #1F4860;
--charcoal-900: #142E3E;
--charcoal-950: #0C1D27;
}