Charcoal
#14193D
BlueColor Codes
All color formats for development
HEX
#14193DRGB
rgb(20, 25, 61)HSL
hsl(233, 51%, 16%)OKLCH
oklch(0.232 0.069 273.9)CMYK
cmyk(67%, 59%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121637
2#101431
3#0E112B
4#0C0F25
5#0A0C1F
6#080A19
7#060712
8#04050C
9#020206
Tints
Lighter variations
1#1E265E
2#29337E
3#33409F
4#3E4DBF
5#5D6ACB
6#7E88D5
7#9EA6E0
8#BEC3EA
9#DFE1F5
Tones
Muted variations
1#161A3C
2#181C39
3#1A1E37
4#1C1F35
5#1E2133
6#202231
7#23242F
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE2 | BordersInactive statesPlaceholder text |
| 400 | 7883 #7883D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525F #525FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3744 #3744A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C36 #2C3687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F27 #1F2760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F6;
--charcoal-200: #CDD1EF;
--charcoal-300: #A6ADE2;
--charcoal-400: #7883D3;
--charcoal-500: #525FC7;
--charcoal-600: #3744A9;
--charcoal-700: #2C3687;
--charcoal-800: #1F2760;
--charcoal-900: #14193E;
--charcoal-950: #0C1027;
}