Charcoal
#14323E
BlueColor Codes
All color formats for development
HEX
#14323ERGB
rgb(20, 50, 62)HSL
hsl(197, 51%, 16%)OKLCH
oklch(0.3 0.042 226.9)CMYK
cmyk(68%, 19%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122D37
2#102831
3#0E232B
4#0C1E25
5#0A191F
6#081419
7#060F12
8#040A0C
9#020506
Tints
Lighter variations
1#1E4C5E
2#29667E
3#33809F
4#3E9ABF
5#5DACCB
6#7EBCD5
7#9ECDE0
8#BEDEEA
9#DFEEF5
Tones
Muted variations
1#16313C
2#183039
3#1A2F37
4#1C2E35
5#1E2D33
6#202C31
7#232C2F
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D1 #A6D1E2 | BordersInactive statesPlaceholder text |
| 400 | 78B9 #78B9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A6 #52A6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3789 #3789A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6D #2C6D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4E #1F4E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1432 #14323E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F6;
--charcoal-200: #CDE5EF;
--charcoal-300: #A6D1E2;
--charcoal-400: #78B9D3;
--charcoal-500: #52A6C7;
--charcoal-600: #3789A9;
--charcoal-700: #2C6D87;
--charcoal-800: #1F4E60;
--charcoal-900: #14323E;
--charcoal-950: #0C1F27;
}