Charcoal
#151A3C
BlueColor Codes
All color formats for development
HEX
#151A3CRGB
rgb(21, 26, 60)HSL
hsl(232, 48%, 16%)OKLCH
oklch(0.234 0.065 274)CMYK
cmyk(65%, 57%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131836
2#111530
3#0F132A
4#0D1024
5#0B0D1E
6#080B18
7#060812
8#04050C
9#020306
Tints
Lighter variations
1#20285C
2#2B367C
3#37449B
4#4252BB
5#606EC7
6#808BD2
7#A0A8DE
8#C0C5E9
9#DFE2F4
Tones
Muted variations
1#171C3A
2#191D38
3#1B1F37
4#1D2035
5#1F2233
6#212331
7#23242F
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B86 #7B86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5564 #5564C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A49 #3A49A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3A #2E3A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F6;
--charcoal-200: #CED2EE;
--charcoal-300: #A8B0E1;
--charcoal-400: #7B86D1;
--charcoal-500: #5564C3;
--charcoal-600: #3A49A6;
--charcoal-700: #2E3A84;
--charcoal-800: #21295E;
--charcoal-900: #151A3C;
--charcoal-950: #0D1126;
}