Charcoal
#14203E
BlueColor Codes
All color formats for development
HEX
#14203ERGB
rgb(20, 32, 62)HSL
hsl(223, 51%, 16%)OKLCH
oklch(0.25 0.059 265.9)CMYK
cmyk(68%, 48%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121D37
2#101931
3#0E162B
4#0C1325
5#0A101F
6#080D19
7#060A12
8#04060C
9#020306
Tints
Lighter variations
1#1E305E
2#29417E
3#33529F
4#3E63BF
5#5D7CCB
6#7E96D5
7#9EB1E0
8#BECBEA
9#DFE5F5
Tones
Muted variations
1#16213C
2#182239
3#1A2237
4#1C2335
5#1E2433
6#202531
7#23262F
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 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E2 | BordersInactive statesPlaceholder text |
| 400 | 7892 #7892D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5273 #5273C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3757 #3757A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C46 #2C4687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD7EF;
--charcoal-300: #A6B7E2;
--charcoal-400: #7892D3;
--charcoal-500: #5273C7;
--charcoal-600: #3757A9;
--charcoal-700: #2C4687;
--charcoal-800: #1F3260;
--charcoal-900: #14203E;
--charcoal-950: #0C1427;
}