Charcoal
#18193A
BlueColor Codes
All color formats for development
HEX
#18193ARGB
rgb(24, 25, 58)HSL
hsl(238, 41%, 16%)OKLCH
oklch(0.233 0.062 279.1)CMYK
cmyk(59%, 57%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161734
2#13142E
3#111228
4#0E0F23
5#0C0D1D
6#0A0A17
7#070811
8#05050C
9#020306
Tints
Lighter variations
1#252658
2#313476
3#3E4194
4#4B4EB2
5#686BC0
6#8689CC
7#A4A6D9
8#C3C4E6
9#E1E1F2
Tones
Muted variations
1#1A1B38
2#1B1C36
3#1D1E35
4#1F1F33
5#202131
6#22232F
7#24242E
8#25262C
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D0D1EB;
--charcoal-300: #ACAEDC;
--charcoal-400: #8184CA;
--charcoal-500: #5D60BB;
--charcoal-600: #42459E;
--charcoal-700: #35377E;
--charcoal-800: #26275A;
--charcoal-900: #18193A;
--charcoal-950: #0F1024;
}