Charcoal
#14203D
BlueColor Codes
All color formats for development
HEX
#14203DRGB
rgb(20, 32, 61)HSL
hsl(222, 51%, 16%)OKLCH
oklch(0.25 0.058 265.5)CMYK
cmyk(67%, 48%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121D37
2#101A31
3#0E172B
4#0C1325
5#0A101F
6#080D19
7#060A12
8#04060C
9#020306
Tints
Lighter variations
1#1E325E
2#29437E
3#33549F
4#3E65BF
5#5D7ECB
6#7E98D5
7#9EB2E0
8#BECBEA
9#DFE5F5
Tones
Muted variations
1#16213C
2#182239
3#1A2337
4#1C2435
5#1E2533
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B8 #A6B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7894 #7894D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5275 #5275C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3759 #3759A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C47 #2C4787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F33 #1F3360 | 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: #E4EAF6;
--charcoal-200: #CDD7EF;
--charcoal-300: #A6B8E2;
--charcoal-400: #7894D3;
--charcoal-500: #5275C7;
--charcoal-600: #3759A9;
--charcoal-700: #2C4787;
--charcoal-800: #1F3360;
--charcoal-900: #14203E;
--charcoal-950: #0C1427;
}