Charcoal
#14233D
BlueColor Codes
All color formats for development
HEX
#14233DRGB
rgb(20, 35, 61)HSL
hsl(218, 51%, 16%)OKLCH
oklch(0.257 0.053 260.8)CMYK
cmyk(67%, 43%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122037
2#101C31
3#0E192B
4#0C1525
5#0A121F
6#080E19
7#060B12
8#04070C
9#020406
Tints
Lighter variations
1#1E365E
2#29487E
3#335B9F
4#3E6DBF
5#5D85CB
6#7E9ED5
7#9EB6E0
8#BECEEA
9#DFE7F5
Tones
Muted variations
1#16243C
2#182439
3#1A2537
4#1C2535
5#1E2633
6#202731
7#23272F
8#25282D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE2 | BordersInactive statesPlaceholder text |
| 400 | 789A #789AD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527D #527DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3761 #3761A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4D #2C4D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CDD9EF;
--charcoal-300: #A6BCE2;
--charcoal-400: #789AD3;
--charcoal-500: #527DC7;
--charcoal-600: #3761A9;
--charcoal-700: #2C4D87;
--charcoal-800: #1F3760;
--charcoal-900: #14233E;
--charcoal-950: #0C1627;
}