Charcoal
#14143D
BlueColor Codes
All color formats for development
HEX
#14143DRGB
rgb(20, 20, 61)HSL
hsl(240, 51%, 16%)OKLCH
oklch(0.22 0.077 278.1)CMYK
cmyk(67%, 67%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121237
2#101031
3#0E0E2B
4#0C0C25
5#0A0A1F
6#080819
7#060612
8#04040C
9#020206
Tints
Lighter variations
1#1E1E5E
2#29297E
3#33339F
4#3E3EBF
5#5D5DCB
6#7E7ED5
7#9E9EE0
8#BEBEEA
9#DFDFF5
Tones
Muted variations
1#16163C
2#181839
3#1A1A37
4#1C1C35
5#1E1E33
6#202031
7#23232F
8#25252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E2 | BordersInactive statesPlaceholder text |
| 400 | 7878 #7878D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5252 #5252C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3737 #3737A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C2C #2C2C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FB;
--charcoal-100: #E4E4F6;
--charcoal-200: #CDCDEF;
--charcoal-300: #A6A6E2;
--charcoal-400: #7878D3;
--charcoal-500: #5252C7;
--charcoal-600: #3737A9;
--charcoal-700: #2C2C87;
--charcoal-800: #1F1F60;
--charcoal-900: #14143E;
--charcoal-950: #0C0C27;
}