Charcoal
#142E3E
BlueColor Codes
All color formats for development
HEX
#142E3ERGB
rgb(20, 46, 62)HSL
hsl(203, 51%, 16%)OKLCH
oklch(0.289 0.043 237.8)CMYK
cmyk(68%, 26%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122937
2#102531
3#0E202B
4#0C1B25
5#0A171F
6#081219
7#060E12
8#04090C
9#020506
Tints
Lighter variations
1#1E465E
2#295E7E
3#33769F
4#3E8EBF
5#5DA1CB
6#7EB4D5
7#9EC6E0
8#BED9EA
9#DFECF5
Tones
Muted variations
1#162D3C
2#182D39
3#1A2C37
4#1C2C35
5#1E2B33
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 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE2 | BordersInactive statesPlaceholder text |
| 400 | 78B0 #78B0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529A #529AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377E #377EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C64 #2C6487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4760 | 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: #E4EFF6;
--charcoal-200: #CDE2EF;
--charcoal-300: #A6CBE2;
--charcoal-400: #78B0D3;
--charcoal-500: #529AC7;
--charcoal-600: #377EA9;
--charcoal-700: #2C6487;
--charcoal-800: #1F4760;
--charcoal-900: #142E3E;
--charcoal-950: #0C1D27;
}