Charcoal
#14223E
BlueColor Codes
All color formats for development
HEX
#14223ERGB
rgb(20, 34, 62)HSL
hsl(220, 51%, 16%)OKLCH
oklch(0.256 0.057 262.9)CMYK
cmyk(68%, 45%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121E37
2#101B31
3#0E182B
4#0C1425
5#0A111F
6#080E19
7#060A12
8#04070C
9#020306
Tints
Lighter variations
1#1E345E
2#29457E
3#33579F
4#3E69BF
5#5D82CB
6#7E9BD5
7#9EB4E0
8#BECDEA
9#DFE6F5
Tones
Muted variations
1#16233C
2#182339
3#1A2437
4#1C2535
5#1E2533
6#202631
7#23272F
8#25272D
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 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BA #A6BAE2 | BordersInactive statesPlaceholder text |
| 400 | 7897 #7897D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5279 #5279C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375D #375DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4A #2C4A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F35 #1F3560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CDD8EF;
--charcoal-300: #A6BAE2;
--charcoal-400: #7897D3;
--charcoal-500: #5279C7;
--charcoal-600: #375DA9;
--charcoal-700: #2C4A87;
--charcoal-800: #1F3560;
--charcoal-900: #14223E;
--charcoal-950: #0C1527;
}