Charcoal
#14303E
BlueColor Codes
All color formats for development
HEX
#14303ERGB
rgb(20, 48, 62)HSL
hsl(200, 51%, 16%)OKLCH
oklch(0.294 0.042 232.5)CMYK
cmyk(68%, 23%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122B37
2#102631
3#0E212B
4#0C1D25
5#0A181F
6#081319
7#060E12
8#040A0C
9#020506
Tints
Lighter variations
1#1E495E
2#29627E
3#337B9F
4#3E94BF
5#5DA6CB
6#7EB8D5
7#9ECAE0
8#BEDBEA
9#DFEDF5
Tones
Muted variations
1#162F3C
2#182E39
3#1A2E37
4#1C2D35
5#1E2C33
6#202C31
7#232B2F
8#252A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CE #A6CEE2 | BordersInactive statesPlaceholder text |
| 400 | 78B5 #78B5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A0 #52A0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3783 #3783A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C68 #2C6887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4B #1F4B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1430 #14303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE3EF;
--charcoal-300: #A6CEE2;
--charcoal-400: #78B5D3;
--charcoal-500: #52A0C7;
--charcoal-600: #3783A9;
--charcoal-700: #2C6887;
--charcoal-800: #1F4B60;
--charcoal-900: #14303E;
--charcoal-950: #0C1E27;
}