Charcoal
#15193C
BlueColor Codes
All color formats for development
HEX
#15193CRGB
rgb(21, 25, 60)HSL
hsl(234, 48%, 16%)OKLCH
oklch(0.232 0.067 275)CMYK
cmyk(65%, 58%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131736
2#111430
3#0F122A
4#0D0F24
5#0B0D1E
6#080A18
7#060812
8#04050C
9#020306
Tints
Lighter variations
1#20265C
2#2B347C
3#37419B
4#424EBB
5#606BC7
6#8088D2
7#A0A6DE
8#C0C4E9
9#DFE1F4
Tones
Muted variations
1#171B3A
2#191C38
3#1B1E37
4#1D1F35
5#1F2133
6#212331
7#23242F
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7B83 #7B83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5560 #5560C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A45 #3A45A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E37 #2E3784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193C | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F6;
--charcoal-200: #CED1EE;
--charcoal-300: #A8AEE1;
--charcoal-400: #7B83D1;
--charcoal-500: #5560C3;
--charcoal-600: #3A45A6;
--charcoal-700: #2E3784;
--charcoal-800: #21275E;
--charcoal-900: #15193C;
--charcoal-950: #0D1026;
}