Charcoal
#14233E
BlueColor Codes
All color formats for development
HEX
#14233ERGB
rgb(20, 35, 62)HSL
hsl(219, 51%, 16%)OKLCH
oklch(0.258 0.055 261.4)CMYK
cmyk(68%, 44%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121F37
2#101C31
3#0E182B
4#0C1525
5#0A111F
6#080E19
7#060A12
8#04070C
9#020306
Tints
Lighter variations
1#1E355E
2#29477E
3#33599F
4#3E6BBF
5#5D84CB
6#7E9CD5
7#9EB5E0
8#BECEEA
9#DFE6F5
Tones
Muted variations
1#16233C
2#182439
3#1A2437
4#1C2535
5#1E2633
6#202631
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BB #A6BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7898 #7898D3 | Disabled statesSecondary iconsMuted text |
| 500 | 527B #527BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375F #375FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4C #2C4C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3660 | 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: #E4EAF6;
--charcoal-200: #CDD9EF;
--charcoal-300: #A6BBE2;
--charcoal-400: #7898D3;
--charcoal-500: #527BC7;
--charcoal-600: #375FA9;
--charcoal-700: #2C4C87;
--charcoal-800: #1F3660;
--charcoal-900: #14233E;
--charcoal-950: #0C1627;
}